diff options
Diffstat (limited to 'test/scan-once.py')
-rw-r--r-- | test/scan-once.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scan-once.py b/test/scan-once.py index 90af11e..c86eaa4 100644 --- a/test/scan-once.py +++ b/test/scan-once.py @@ -253,7 +253,7 @@ env = env.Copy() # Yes, clobber intentionally Mylib.AddCFlags(env, "-DGOOFY_DEMO") Mylib.AddIncludeDirs(env, ".") -# Not part of SLF's original stuff: On Win32, it's import to use the +# Not part of SLF's original stuff: On Windows, it's import to use the # original test environment when we invoke SCons recursively. import os recurse_env = env.Copy() |