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"