summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@10gen.com>2012-03-30 14:05:09 -0400
committerAndy Schwerin <schwerin@10gen.com>2012-03-30 14:05:09 -0400
commit0546c22c22b237e89eefb7ef7ed33acf311ec4be (patch)
tree818b663d7497c3574653c350cfd5b5ce30e53669 /SConstruct
parent5455f1d95c232c92647e3e0cfda4f52b28a08ef7 (diff)
downloadmongo-0546c22c22b237e89eefb7ef7ed33acf311ec4be.tar.gz
SERVER-5451: Fix "scons clientBuild" on buildbots with Boost installed in non-standard locations.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 65f9acbd7c4..cb25b640e83 100644
--- a/SConstruct
+++ b/SConstruct
@@ -277,6 +277,7 @@ env = Environment( BUILD_DIR=variantDir,
CLIENT_LICENSE='#distsrc/client/LICENSE.txt',
CLIENT_SCONSTRUCT='#distsrc/client/SConstruct',
DIST_ARCHIVE_SUFFIX='.tgz',
+ EXTRAPATH=get_option("extrapath"),
MSVS_ARCH=msarch ,
PYTHON=utils.find_python(),
SERVER_ARCHIVE='${SERVER_DIST_BASENAME}${DIST_ARCHIVE_SUFFIX}',