summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-10-23 16:19:22 -0400
committerAndrew Morrow <acm@mongodb.com>2015-10-27 08:08:59 -0400
commit53ce96ad0f9d410ef86dc3ad3a4bd45e0ea5eef1 (patch)
tree399bb74ebd1ad9e050e23ee331b3f058cac95bbc /SConstruct
parent0846b801c57f2e824b1aa1d031b7e3286c76c3ce (diff)
downloadmongo-53ce96ad0f9d410ef86dc3ad3a4bd45e0ea5eef1.tar.gz
SERVER-20754 Fixes to support building against system boost 1.59
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 0868846dba8..a1b5e0e507a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -749,7 +749,7 @@ def printLocalInfo():
printLocalInfo()
-boostLibs = [ "thread" , "filesystem" , "program_options", "system", "regex" ]
+boostLibs = [ "thread" , "filesystem" , "program_options", "system", "regex", "chrono" ]
onlyServer = len( COMMAND_LINE_TARGETS ) == 0 or ( len( COMMAND_LINE_TARGETS ) == 1 and str( COMMAND_LINE_TARGETS[0] ) in [ "mongod" , "mongos" , "test" ] )