Fix MinGW cross-build

This commit is contained in:
bruvzg
2018-03-15 17:29:55 +02:00
parent 6f8b79ea5f
commit e337eecd17
+1
View File
@@ -320,6 +320,7 @@ def configure(env):
print("Configuring for Windows: target=%s, bits=%s" % (env['target'], env['bits']))
if (os.name == "nt"):
env['ENV'] = os.environ # this makes build less repeatable, but simplifies some things
env['ENV']['TMP'] = os.environ['TMP']