summaryrefslogtreecommitdiffhomepage
path: root/env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'env.sh')
-rwxr-xr-x[-rw-r--r--]env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.sh b/env.sh
index 1f1b5b10b2..63dbbbedc8 100644..100755
--- a/env.sh
+++ b/env.sh
@@ -12,7 +12,7 @@ case "$(uname -s)" in
export MACOSX_DEPLOYMENT_TARGET="10.7"
PLATFORM="macos"
;;
- MINGW*)
+ MINGW*|MSYS_NT*)
PLATFORM="windows"
;;
esac