diff options
Diffstat (limited to 'src/engine/SCons/SConf.py')
-rw-r--r-- | src/engine/SCons/SConf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/SConf.py b/src/engine/SCons/SConf.py index c5de498..130e0d3 100644 --- a/src/engine/SCons/SConf.py +++ b/src/engine/SCons/SConf.py @@ -381,7 +381,7 @@ class SConfBase: e.g. custom_tests={'CheckPrivate':MyPrivateTest}, where MyPrivateTest defines a custom test. Note also the conf_dir and log_file arguments (you may want to - build tests in the BuildDir, not in the SourceDir) + build tests in the VariantDir, not in the SourceDir) """ global SConfFS if not SConfFS: |