From 9ccbbc943fa25426542b4fb6d6bc280c3281001b Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 9 Mar 2005 04:56:13 +0000 Subject: fix for mingw svn path=/trunk/; revision=2609 --- externals/grill/flext/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1