Index: build/SConscript.main |
=================================================================== |
--- build/SConscript.main (revision 12401) |
+++ build/SConscript.main (working copy) |
@@ -460,6 +460,7 @@ |
for envvar in ('CC', 'CXX', 'LINK'): |
if envvar in os.environ: |
linux_env[envvar] = os.environ[envvar] |
+ linux_env['ENV'][envvar] = os.environ[envvar] |
# Copy these environment variables from the outer environment to the |
# environment that the build commands run in. |
# $HOME is needed by distcc so it can find its lock file. |