From 712d82e0bbdcfb6cfa6c5755d5d91da731a04da8 Mon Sep 17 00:00:00 2001 From: giovannibajo Date: Mon, 15 Dec 2008 16:57:09 +0000 Subject: [PATCH] Update Sconstruct file to new scons syntax git-svn-id: http://svn.pyinstaller.org/trunk@584 8dd32b29-ccff-0310-8a9a-9233e24343b1 --- Sconstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sconstruct b/Sconstruct index 4f58b6f..c43106e 100644 --- a/Sconstruct +++ b/Sconstruct @@ -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