diff options
Diffstat (limited to 'test/CacheDir/scanner-target.py')
-rw-r--r-- | test/CacheDir/scanner-target.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CacheDir/scanner-target.py b/test/CacheDir/scanner-target.py index c39042e..7df9792 100644 --- a/test/CacheDir/scanner-target.py +++ b/test/CacheDir/scanner-target.py @@ -41,6 +41,7 @@ test = TestSCons.TestSCons() test.subdir('cache') test.write('SConstruct', """\ +DefaultEnvironment(tools=[]) import SCons CacheDir(r'%s') |