scons: add another prefix for mingw32 on Fedora
authorBrian Paul <brianp@vmware.com>
Wed, 10 Feb 2010 23:34:24 +0000 (16:34 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 10 Feb 2010 23:34:24 +0000 (16:34 -0700)
(cherry picked from commit f1afb352daf0e74751c99254592eef863c64392a)

scons/crossmingw.py

index a4ae74e8d5454e3fc729ffea864791fd6c04821a..03bfbd7eb3c7af573e183e35ccc3718f47f2229f 100644 (file)
@@ -53,6 +53,7 @@ prefixes = SCons.Util.Split("""
     i486-mingw32msvc-
     i586-mingw32msvc-
     i686-mingw32msvc-
+    i686-pc-mingw32-
 """)
 
 def find(env):