diff --git a/Makefile b/Makefile index 8918c429..265bb40d 100644 --- a/Makefile +++ b/Makefile @@ -29,9 +29,13 @@ ifeq ($(OS), Windows_NT) ifeq ($(PLATFORM),msys) EXCLUDE_WIN32_LIBS=1 else +ifeq ($(shell uname -o),Cygwin) +EXCLUDE_WIN32_LIBS=1 +else EXCLUDE_POSIX_LIBS=1 endif endif +endif ########################################################################