summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2018-11-08 09:02:31 -0500
committerAndrew Morrow <acm@mongodb.com>2018-11-08 17:57:33 -0500
commita955b238b22c81c3cc4ec840aaf8e25d280ac9c8 (patch)
tree2cbc7a47c0f4bbac9dd4a7ae1f4d7252399a7204 /SConstruct
parentb0d400815c3159b4cb30b6818138fc55036f8ed4 (diff)
downloadmongo-a955b238b22c81c3cc4ec840aaf8e25d280ac9c8.tar.gz
SERVER-38023 Add v3 toolchain variables files
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 029336cd7ef..def71b85410 100644
--- a/SConstruct
+++ b/SConstruct
@@ -521,9 +521,9 @@ add_option('git-decider',
type="choice",
)
-add_option('android-toolchain-path',
+add_option('toolchain-root',
default=None,
- help="Android NDK standalone toolchain path. Required when using --variables-files=etc/scons/android_ndk.vars",
+ help="Names a toolchain root for use with toolchain selection Variables files in etc/scons",
)
add_option('msvc-debugging-format',