summaryrefslogtreecommitdiff
path: root/build/make
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2010-06-10 12:07:34 -0400
committerJohn Koleszar <jkoleszar@google.com>2010-06-10 12:07:34 -0400
commit330dd67b7b0619da57492ca24207425026b387f4 (patch)
treecbfb8437a3a758a5999a6309451e6e3b438bfb6d /build/make
parentf5aeef6ef8b6252d89b44cb98200c5b60a095080 (diff)
downloadlibvpx-330dd67b7b0619da57492ca24207425026b387f4.tar
libvpx-330dd67b7b0619da57492ca24207425026b387f4.tar.gz
libvpx-330dd67b7b0619da57492ca24207425026b387f4.tar.bz2
libvpx-330dd67b7b0619da57492ca24207425026b387f4.zip
Fix MinGW toolchain detection
Updated the comment in change I6bef2ab5, but missed adding the code to the commit. Change-Id: I14d300489b79730e3995175bfe5f9271b569abe3
Diffstat (limited to 'build/make')
-rwxr-xr-xbuild/make/configure.sh2
1 files changed, 1 insertions, 1 deletions
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*)