mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
add -L/lib to mingw compilation
This commit is contained in:
parent
ea855ba988
commit
ce396cc982
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ case $target in
|
|||
*mingw*)
|
||||
CFLAGS="$CFLAGS -DORTP_STATIC -D_WIN32_WINNT=0x0501 "
|
||||
CXXFLAGS="$CXXFLAGS -DORTP_STATIC -D_WIN32_WINNT=0x0501"
|
||||
LIBS="$LIBS -lws2_32"
|
||||
LIBS="$LIBS -L/lib -lws2_32"
|
||||
GUI_FLAGS="-mwindows"
|
||||
CONSOLE_FLAGS="-mconsole"
|
||||
mingw_found=yes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue