diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2016-03-31 15:09:29 -0400 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2016-03-31 15:09:29 -0400 |
commit | 0b76e808ebf7618f7a7e3f6150b428e4c448e329 (patch) | |
tree | 584c2e54e238e5b9279b06a07ae39dd43c42d533 /src/third_party/SConscript | |
parent | 92c3f80f384d2825efeabd0d26aa534c0deb6988 (diff) | |
download | mongo-0b76e808ebf7618f7a7e3f6150b428e4c448e329.tar.gz |
SERVER-17294 Boost 1.60 Build Integration
Diffstat (limited to 'src/third_party/SConscript')
-rw-r--r-- | src/third_party/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/third_party/SConscript b/src/third_party/SConscript index 9d061868442..fda277416e1 100644 --- a/src/third_party/SConscript +++ b/src/third_party/SConscript @@ -1,9 +1,10 @@ # -*- mode: python -*- -Import("env use_system_version_of_library usemozjs boostSuffix get_option") +Import("env use_system_version_of_library usemozjs get_option") Import("wiredtiger") Import("icuEnabled") +boostSuffix = "-1.60.0" snappySuffix = '-1.1.3' zlibSuffix = '-1.2.8' pcreSuffix = "-8.38" |