From 330dd67b7b0619da57492ca24207425026b387f4 Mon Sep 17 00:00:00 2001 From: John Koleszar Date: Thu, 10 Jun 2010 12:07:34 -0400 Subject: [PATCH] Fix MinGW toolchain detection Updated the comment in change I6bef2ab5, but missed adding the code to the commit. Change-Id: I14d300489b79730e3995175bfe5f9271b569abe3 --- build/make/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/make/configure.sh b/build/make/configure.sh index 28ed21c..a7b7d80 100755 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -519,7 +519,7 @@ process_common_toolchain() { tgt_isa=universal tgt_os=darwin9 ;; - *msys*|*cygwin*) + *mingw32*|*cygwin*) tgt_os=win32 ;; *linux*|*bsd*) -- 2.7.4