Mesa (master): scons: add another prefix for mingw32 on Fedora

Brian Paul brianp at kemper.freedesktop.org
Wed Feb 10 23:34:47 UTC 2010


Module: Mesa
Branch: master
Commit: eaf3ae58a90412da57f7eccbb1085e55be8f9c91
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=eaf3ae58a90412da57f7eccbb1085e55be8f9c91

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Feb 10 16:34:24 2010 -0700

scons: add another prefix for mingw32 on Fedora

(cherry picked from commit f1afb352daf0e74751c99254592eef863c64392a)

---

 scons/crossmingw.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/scons/crossmingw.py b/scons/crossmingw.py
index a4ae74e..03bfbd7 100644
--- 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):




More information about the mesa-commit mailing list