projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5325340
)
scons: add another prefix for mingw32 on Fedora
author
Brian Paul
<brianp@vmware.com>
Wed, 10 Feb 2010 23:34:24 +0000
(16:34 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 10 Feb 2010 23:34:24 +0000
(16:34 -0700)
(cherry picked from commit
f1afb352daf0e74751c99254592eef863c64392a
)
scons/crossmingw.py
patch
|
blob
|
history
diff --git
a/scons/crossmingw.py
b/scons/crossmingw.py
index a4ae74e8d5454e3fc729ffea864791fd6c04821a..03bfbd7eb3c7af573e183e35ccc3718f47f2229f 100644
(file)
--- a/
scons/crossmingw.py
+++ b/
scons/crossmingw.py
@@
-53,6
+53,7
@@
prefixes = SCons.Util.Split("""
i486-mingw32msvc-
i586-mingw32msvc-
i686-mingw32msvc-
+ i686-pc-mingw32-
""")
def find(env):