diff --git a/prism/Makefile b/prism/Makefile index dc874c9c..36669f6a 100644 --- a/prism/Makefile +++ b/prism/Makefile @@ -31,6 +31,10 @@ ifdef OSTYPE ifneq (,$(findstring cygwin, $(OSTYPE))) OSTYPE = cygwin endif + # For Cygwin , OSTYPE is sometimes set to "posix" + ifneq (,$(findstring posix, $(OSTYPE))) + OSTYPE = cygwin + endif ifneq (,$(findstring darwin, $(OSTYPE))) OSTYPE = darwin endif