scons: add another prefix for mingw32 on Fedora

(cherry picked from commit f1afb352daf0e74751c99254592eef863c64392a)
This commit is contained in:
Brian Paul
2010-02-10 16:34:24 -07:00
parent 5325340fb3
commit eaf3ae58a9

View File

@@ -53,6 +53,7 @@ prefixes = SCons.Util.Split("""
i486-mingw32msvc-
i586-mingw32msvc-
i686-mingw32msvc-
i686-pc-mingw32-
""")
def find(env):