Commit d7c59fa91cdcdd8e40fd0490818f7fe368bd013b

Authored by Perry Werneck
1 parent c4569a30

Testing with MSYS2 build.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
configure.ac
... ... @@ -80,7 +80,7 @@ case "$host" in
80 80 CFLAGS="$CFLAGS -pthread -D_WIN32_WINNT=0x0600"
81 81 LIBS="$LIBS -lws2_32 -lwtsapi32 -lcomdlg32"
82 82 LDFLAGS="$LDFLAGS -pthread"
83   - DLL_LDFLAGS="-shared -Wl,--output-def,\$(@D)/\$(LIBNAME).def,--out-implib,\$(@D)/\$(LIBNAME).a"
  83 + DLL_LDFLAGS="-shared -Wl,--output-def,\$(@D)/\$(LIBNAME).def"
84 84 DLLEXT=".dll"
85 85  
86 86 app_win32_revision=$(date +%y.%m.%d.%H)
... ...