aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext')
-rw-r--r--externals/grill/flext/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/build.sh b/externals/grill/flext/build.sh
index 157ca384..09b3d003 100644
--- a/externals/grill/flext/build.sh
+++ b/externals/grill/flext/build.sh
@@ -27,7 +27,7 @@ unamesys=$(uname -s)
case $unamesys in
Linux) platform=lnx;;
Darwin) platform=mac;;
- CYGWIN*) platform=win;;
+ CYGWIN*|MINGW*) platform=win;;
*) echo Platform $unamesys not supported; exit;;
esac