Don't add Windows native DLLs for Cygwin build

pull/61/merge
Tatsuhiro Tsujikawa 2013-04-05 00:58:26 +09:00
parent 81718d698b
commit 7994894172
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ AC_CONFIG_SRCDIR([src/a2io.h])
AC_CONFIG_HEADERS([config.h])
case "$host" in
*mingw*|*cygwin*)
*mingw*)
win_build=yes
LIBS="$LIBS -lws2_32 -lwsock32 -lgdi32 -lwinmm -liphlpapi"
;;