Get windows build working

This commit is contained in:
Bassem Girgis
2017-09-27 01:10:44 -05:00
parent b2c1289afe
commit 912f188eb3
2 changed files with 5 additions and 2 deletions

View File

@@ -61,8 +61,10 @@ scons: done building targets.
""")
import os
print('------------------>starting')
env = Environment()
env = Environment(ENV=os.environ)
open('env.txt', 'w').write(env.Dump())