diff --git a/installer/build-installer.sh b/installer/build-installer.sh index a981b07890..64600f1f29 100755 --- a/installer/build-installer.sh +++ b/installer/build-installer.sh @@ -56,7 +56,7 @@ cd .. grep -q "darwin" <<< $OSTYPE && export OS="mac" || : # All windows platforms can be enumerated below -[ $OSTYPE == "msys" ] && export OS="win32" || : +[[ $OSTYPE == "msys" || $OSTYPE == "cygwin" ]] && export OS="win32" || : [ $OSTYPE == "linux-gnu" ] && OS_EXT=$OS`getconf LONG_BIT` || OS_EXT=$OS if [ $OS == "win32" ] ; then