git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6922 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2017-10-06 19:30:20 +00:00
parent 80bc65beb1
commit 55cb9be2be
4 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
print "Using GNU tools configuration"
print("Using GNU tools configuration")
Import('defenv')
@ -14,7 +14,7 @@ if GetOptionOrEnv('NSIS_SCONS_GNU_ENVPATHHACK'):
for var in import_env:
if var in os.environ:
defenv['ENV'][var] = os.environ.get(var, '')
#print defenv.Dump()
#print(defenv.Dump())
### cross compiling