mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
fix script with slirp
This commit is contained in:
@@ -1162,6 +1162,9 @@ dnl so SDL_net, fluidsynth and libslirp successfully link to them
|
|||||||
if test x$enable_emscripten != xyes; then
|
if test x$enable_emscripten != xyes; then
|
||||||
case "$host" in
|
case "$host" in
|
||||||
*-*-cygwin* | *-*-mingw32*)
|
*-*-cygwin* | *-*-mingw32*)
|
||||||
|
if test x$have_slirp = xyes; then
|
||||||
|
LIBS="$LIBS -lole32"
|
||||||
|
fi
|
||||||
LIBS="$LIBS -lwsock32 -lws2_32 -liphlpapi -lshlwapi"
|
LIBS="$LIBS -lwsock32 -lws2_32 -liphlpapi -lshlwapi"
|
||||||
if test x$enable_freetype = xyes; then
|
if test x$enable_freetype = xyes; then
|
||||||
LIBS="$LIBS -lfreetype -lwinspool"
|
LIBS="$LIBS -lfreetype -lwinspool"
|
||||||
|
Reference in New Issue
Block a user