projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e07483
)
scons: Add MinGW-w64 prefixes for MinGW build.
author
Vinson Lee
<vlee@vmware.com>
Mon, 27 Sep 2010 20:13:25 +0000
(13:13 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 27 Sep 2010 20:13:25 +0000
(13:13 -0700)
scons/crossmingw.py
patch
|
blob
|
history
diff --git
a/scons/crossmingw.py
b/scons/crossmingw.py
index 8adc8f5c970be3693f017ba501c6e370d46e69b2..8af0d93f01abbc67aca0094e556a5749cee7f755 100644
(file)
--- a/
scons/crossmingw.py
+++ b/
scons/crossmingw.py
@@
-54,11
+54,13
@@
prefixes32 = SCons.Util.Split("""
i586-mingw32msvc-
i686-mingw32msvc-
i686-pc-mingw32-
+ i686-w64-mingw32-
""")
prefixes64 = SCons.Util.Split("""
amd64-mingw32-
amd64-mingw32msvc-
amd64-pc-mingw32-
+ x86_64-w64-mingw32-
""")
def find(env):