From: Brian Paul Date: Wed, 10 Feb 2010 23:34:24 +0000 (-0700) Subject: scons: add another prefix for mingw32 on Fedora X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eaf3ae58a90412da57f7eccbb1085e55be8f9c91;p=mesa.git scons: add another prefix for mingw32 on Fedora (cherry picked from commit f1afb352daf0e74751c99254592eef863c64392a) --- 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):