mirror of
https://github.com/libretro/RetroArch
synced 2025-02-27 09:41:14 +00:00
Close #4419
This commit is contained in:
parent
105fa863ec
commit
1a12381bfc
@ -27,6 +27,9 @@ elif [ "$OS" = 'Win32' ]; then
|
||||
SOCKETLIB=-lws2_32
|
||||
SOCKETHEADER="#include <winsock2.h>"
|
||||
DYLIB=
|
||||
elif [ "$OS" = 'Cygwin' ]; then
|
||||
echo "Error: Cygwin is not a supported platform. See https://bot.libretro.com/docs/compilation/windows/"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
add_define_make DYLIB_LIB "$DYLIB"
|
||||
|
Loading…
x
Reference in New Issue
Block a user