diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-03-09 04:56:13 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-03-09 04:56:13 +0000 |
commit | 9ccbbc943fa25426542b4fb6d6bc280c3281001b (patch) | |
tree | 9515f913fc5d87f7e56da7992d8a94e890f4aae9 /externals/grill | |
parent | 624cfe17a76b5331e4fffd2aa186c1bf1ef7a91c (diff) |
fix for mingw
svn path=/trunk/; revision=2609
Diffstat (limited to 'externals/grill')
-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 |