mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user