From: John Koleszar Date: Thu, 10 Jun 2010 16:07:34 +0000 (-0400) Subject: Fix MinGW toolchain detection X-Git-Tag: v0.9.1~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=330dd67b7b0619da57492ca24207425026b387f4;p=libvpx Fix MinGW toolchain detection Updated the comment in change I6bef2ab5, but missed adding the code to the commit. Change-Id: I14d300489b79730e3995175bfe5f9271b569abe3 --- diff --git a/build/make/configure.sh b/build/make/configure.sh index 28ed21cf5..a7b7d8084 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*)