This commit is contained in:
Alcaro 2017-01-15 16:47:27 +01:00
parent 105fa863ec
commit 1a12381bfc

View File

@ -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"