Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: build/SConscript.main

Issue 42637: Make sure *BUILD* env vars are passed around for Linux official builds. (Closed)
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/SConscript.main
diff --git a/build/SConscript.main b/build/SConscript.main
index cc3fd46a88a239132bb928d8d35a2efb0272d14d..1c89d4e7a84dfbc1031f4d976466198615435d87 100644
--- a/build/SConscript.main
+++ b/build/SConscript.main
@@ -466,6 +466,7 @@ for envvar in ('CC', 'CXX', 'LINK'):
# $HOME is needed by distcc so it can find its lock file.
for envvar in ('HOME', 'DISTCC_DIR', 'DISTCC_HOSTS', 'CCACHE_DIR',
'INTERCEPTOR_SOCKET', 'ENFORGE_DIGEST_CACHE',
+ 'CHROME_BUILD_TYPE', 'CHROMIUM_BUILD',
'ENFORGE_CACHE_HOST', 'ENFORGE_CACHE_PORT'):
if envvar in os.environ:
linux_env['ENV'][envvar] = os.environ[envvar]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698