diff options
Diffstat (limited to 'src/SConscript')
-rwxr-xr-x | src/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SConscript b/src/SConscript index 911e5a37c..76bf8d1b4 100755 --- a/src/SConscript +++ b/src/SConscript @@ -1117,7 +1117,7 @@ def makeEnv(env, label, objsfx, strip=False, disable_partial=False, **kwargs): # Set up regression tests. SConscript(os.path.join(env.root.abspath, 'tests', 'SConscript'), - variant_dir=Dir('tests').Dir(new_env.Label).path, + variant_dir=Dir('tests').Dir(new_env.Label), exports={ 'env' : new_env }, duplicate=False) # Start out with the compiler flags common to all compilers, |