Commit a1c157c864a432be34db2b3ae595c56f78e2ecd2
1 parent
d1f46b1a
Exists in
master
and in
1 other branch
Fixing hllapi build.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
configure.ac
@@ -99,7 +99,7 @@ case "$host" in | @@ -99,7 +99,7 @@ case "$host" in | ||
99 | app_cv_osname="windows" | 99 | app_cv_osname="windows" |
100 | 100 | ||
101 | CFLAGS="$CFLAGS -D_WIN32_WINNT=0x0600" | 101 | CFLAGS="$CFLAGS -D_WIN32_WINNT=0x0600" |
102 | - LDFLAGS="$LDFLAGS -shared -static-libgcc -static-libstdc++ -Wl,-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,--out-implib,\$(@D)/\$(LIBNAME).dll.a" |
103 | INSTALL_PACKAGES="windows-lib $INSTALL_PACKAGES" | 103 | INSTALL_PACKAGES="windows-lib $INSTALL_PACKAGES" |
104 | 104 | ||
105 | LIBS="$LIBS -lws2_32 -lwtsapi32 -lcomdlg32" | 105 | LIBS="$LIBS -lws2_32 -lwtsapi32 -lcomdlg32" |