diff options
Diffstat (limited to 'externals')
-rw-r--r-- | externals/grill/flext/build.sh | 2 |
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 |