aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-03-09 04:56:13 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-03-09 04:56:13 +0000
commit9ccbbc943fa25426542b4fb6d6bc280c3281001b (patch)
tree9515f913fc5d87f7e56da7992d8a94e890f4aae9 /externals/grill/flext
parent624cfe17a76b5331e4fffd2aa186c1bf1ef7a91c (diff)
fix for mingw
svn path=/trunk/; revision=2609
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