fix lgdi problem
This commit is contained in:
parent
cb115142cd
commit
c14bae7478
2
configure
vendored
2
configure
vendored
@ -5192,7 +5192,7 @@ fi
|
||||
CLIB_NETLIBS="-lwsock32 -lpsapi -lgdi32"
|
||||
else
|
||||
prefix="\${SYSTEMDRIVE}/Yap"
|
||||
CLIB_NETLIBS="-lws2_32 -lpsapi -lgid32"
|
||||
CLIB_NETLIBS="-lws2_32 -lpsapi -lgdi32"
|
||||
fi
|
||||
fi
|
||||
ENABLE_WINCONSOLE=""
|
||||
|
@ -573,7 +573,7 @@ then
|
||||
CLIB_NETLIBS="-lwsock32 -lpsapi -lgdi32"
|
||||
else
|
||||
prefix="\${SYSTEMDRIVE}/Yap"
|
||||
CLIB_NETLIBS="-lws2_32 -lpsapi -lgid32"
|
||||
CLIB_NETLIBS="-lws2_32 -lpsapi -lgdi32"
|
||||
fi
|
||||
fi
|
||||
ENABLE_WINCONSOLE=""
|
||||
|
Reference in New Issue
Block a user