summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-09-05 20:10:43 (GMT)
committerSteven Knight <knight@baldmt.com>2004-09-05 20:10:43 (GMT)
commit8c0944c021fb182621e27270d970287d63943e92 (patch)
tree84c5de901e52ffa99f41e99863e1f88e75ccea5b /src/engine/SCons/Platform
parent7a9bf5959b5ae04c7ab84ac93e8908b82a2413c2 (diff)
downloadSCons-8c0944c021fb182621e27270d970287d63943e92.zip
SCons-8c0944c021fb182621e27270d970287d63943e92.tar.gz
SCons-8c0944c021fb182621e27270d970287d63943e92.tar.bz2
Lots of Configure() enhancements. (Christoph Wiedemann)
Diffstat (limited to 'src/engine/SCons/Platform')
-rw-r--r--src/engine/SCons/Platform/win32.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Platform/win32.py b/src/engine/SCons/Platform/win32.py
index b6df577..d3c674b 100644
--- a/src/engine/SCons/Platform/win32.py
+++ b/src/engine/SCons/Platform/win32.py
@@ -300,7 +300,7 @@ def generate(env):
# default. We're doing this for SYSTEMROOT, though, because it's
# needed for anything that uses sockets, and seldom changes. Weigh
# the impact carefully before adding other variables to this list.
- import_env = [ 'SYSTEMROOT' ]
+ import_env = [ 'SYSTEMROOT', 'TEMP', 'TMP' ]
for var in import_env:
v = os.environ.get(var)
if v: