From 1a12381bfc678045589317c4408ec1d877045ea1 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Sun, 15 Jan 2017 16:47:27 +0100 Subject: [PATCH] Close #4419 --- qb/config.libs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index b09ab7c8b1..06298da402 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -27,6 +27,9 @@ elif [ "$OS" = 'Win32' ]; then SOCKETLIB=-lws2_32 SOCKETHEADER="#include " 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"