summaryrefslogtreecommitdiffstats
path: root/test/sconsign/ghost-entries.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sconsign/ghost-entries.py')
-rw-r--r--test/sconsign/ghost-entries.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sconsign/ghost-entries.py b/test/sconsign/ghost-entries.py
index 45426ad..3fdc9c0 100644
--- a/test/sconsign/ghost-entries.py
+++ b/test/sconsign/ghost-entries.py
@@ -58,7 +58,7 @@ def cat(target, source, env):
env=Environment()
Export('env')
env['BUILDERS']['Cat']=Builder(action=cat, multi=1)
-SConscript('src/SConscript',build_dir='build')
+SConscript('src/SConscript',variant_dir='build')
""")
test.subdir('src')