diff options
author | Brian Paul <brianp@vmware.com> | 2010-02-10 16:34:24 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-02-10 16:34:24 -0700 |
commit | eaf3ae58a90412da57f7eccbb1085e55be8f9c91 (patch) | |
tree | 0f14063450504d2abf889088a4f6d1e5719e218c /scons/crossmingw.py | |
parent | 5325340fb357de7402680029d25a8f2155083d0f (diff) | |
download | mesa-eaf3ae58a90412da57f7eccbb1085e55be8f9c91.tar.gz |
scons: add another prefix for mingw32 on Fedora
(cherry picked from commit f1afb352daf0e74751c99254592eef863c64392a)
Diffstat (limited to 'scons/crossmingw.py')
-rw-r--r-- | scons/crossmingw.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scons/crossmingw.py b/scons/crossmingw.py index a4ae74e8d54..03bfbd7eb3c 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): |