summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2019-04-24 08:55:35 -0400
committerAndrew Morrow <acm@mongodb.com>2019-04-24 08:55:35 -0400
commit2392f37fecec2311035ba308bf00db299f493d4a (patch)
tree7480cf23a895b08947d383faad094a0788b8a9cd /SConstruct
parentf24d55df48d1e2082b3c1b0f5e3ada504685a398 (diff)
downloadmongo-2392f37fecec2311035ba308bf00db299f493d4a.tar.gz
SERVER-40782 Allow specifying explicit ICECC_VERSION on command line
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct6
1 files changed, 6 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 96bb63d0df7..516b9f067c9 100644
--- a/SConstruct
+++ b/SConstruct
@@ -757,6 +757,12 @@ env_vars.Add('ICECC_CREATE_ENV',
env_vars.Add('ICECC_SCHEDULER',
help='Tell ICECC where the sceduler daemon is running')
+env_vars.Add('ICECC_VERSION',
+ help='Tell ICECC where the compiler package is')
+
+env_vars.Add('ICECC_VERSION_ARCH',
+ help='Tell ICECC the target archicture for the compiler package, if non-native')
+
env_vars.Add('LIBPATH',
help='Adds paths to the linker search path',
converter=variable_shlex_converter)