summaryrefslogtreecommitdiffstats
path: root/test/BuildDir/nested-sconscripts.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/BuildDir/nested-sconscripts.py')
-rw-r--r--test/BuildDir/nested-sconscripts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BuildDir/nested-sconscripts.py b/test/BuildDir/nested-sconscripts.py
index d9e110e..f6dd13b 100644
--- a/test/BuildDir/nested-sconscripts.py
+++ b/test/BuildDir/nested-sconscripts.py
@@ -43,7 +43,7 @@ BUILD_DIR = '../build'
base_env = Environment()
for flavor in ['prod', 'debug']:
- build_env = base_env.Copy()
+ build_env = base_env.Clone()
# In real life, we would modify build_env appropriately here
FLAVOR_DIR = BUILD_DIR + '/' + flavor
Export('build_env')