diff options
author | Steven Knight <knight@baldmt.com> | 2009-02-19 22:27:45 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-02-19 22:27:45 (GMT) |
commit | 0ffaa445c912caef643ad78e2203c7463ca388ab (patch) | |
tree | 3ed11b71685a544eb2fafacc1a95dfccd82f6ea8 /test/QT/installed.py | |
parent | 29ad561d6bb373384273e24047efa79a88d406e7 (diff) | |
download | SCons-0ffaa445c912caef643ad78e2203c7463ca388ab.zip SCons-0ffaa445c912caef643ad78e2203c7463ca388ab.tar.gz SCons-0ffaa445c912caef643ad78e2203c7463ca388ab.tar.bz2 |
Spell the Windows environment variables consistently "SystemDrive"
and "SystemRoot" instead of "SYSTEMDRIVE" and "SYSTEMROOT".
Diffstat (limited to 'test/QT/installed.py')
-rw-r--r-- | test/QT/installed.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/QT/installed.py b/test/QT/installed.py index e9d2e16..c79f958 100644 --- a/test/QT/installed.py +++ b/test/QT/installed.py @@ -62,7 +62,7 @@ env = Environment(tools=['default','qt'], ENV={'PATH':ENV_PATH, 'PATHEXT':os.environ.get('PATHEXT'), 'HOME':os.getcwd(), - 'SYSTEMROOT':ENV.get('SYSTEMROOT')}, + 'SystemRoot':ENV.get('SystemRoot')}, # moc / uic want to write stuff in ~/.qt CXXFILESUFFIX=".cpp") |