scons: add another prefix for mingw32 on Fedora

This commit is contained in:
Brian Paul 2010-02-03 11:46:36 -07:00
parent e4c3abbf55
commit f1afb352da

View file

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