Commit cc74555a5cb942065850c10d36603e9a7a541141

Authored by Perry Werneck
1 parent 9a49cd0d
Exists in master and in 1 other branch develop

Fixing msys/2 build.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
configure.ac
... ... @@ -99,7 +99,7 @@ case "$host" in
99 99 app_cv_osname="windows"
100 100  
101 101 CFLAGS="$CFLAGS -D_WIN32_WINNT=0x0600"
102   - LDFLAGS="$LDFLAGS -shared -static-libgcc -static-libstdc++ -Wl,--add-stdcall-alias,-Bstatic,--whole-archive -lwinpthread -Wl,--no-whole-archive,-Bdynamic,--output-def,\$(@D)/\$(LIBNAME).def,--out-implib,\$(@D)/\$(LIBNAME).dll.a"
  102 + LDFLAGS="$LDFLAGS -shared -static-libgcc -static-libstdc++ -Wl,--add-stdcall-alias,-Bstatic,--whole-archive -lwinpthread -Wl,--no-whole-archive,-Bdynamic,--output-def,\$(@D)/\$(LIBNAME).def"
103 103 INSTALL_PACKAGES="windows-lib $INSTALL_PACKAGES"
104 104  
105 105 LIBS="$LIBS -lws2_32 -lwtsapi32 -lcomdlg32"
... ...