Update Sconstruct file to new scons syntax

git-svn-id: http://svn.pyinstaller.org/trunk@584 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
giovannibajo
2008-12-15 16:57:09 +00:00
parent ca4dec1af2
commit 712d82e0bb
+1 -1
View File
@@ -34,7 +34,7 @@ if platform.name == "win32":
for flavour in "debug", "release":
for mode in "cons", "win":
env = base_env.Copy()
env = base_env.Clone()
# The bootloader is built as a static executable. We want it
# to be self-contained. Extra care was put in writing it so