summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2015-09-25 16:19:01 -0400
committerJonathan Reams <jbreams@mongodb.com>2015-10-13 21:26:12 -0400
commit53c52c43a99d14a9e6c47bcc1ca1e7a2fa044ef0 (patch)
tree7fbc2ff93c5ac378c14edaa8e49173c6786af86e /SConstruct
parent90cd064713dfcf5c82be07742f7377c83ea0a4f2 (diff)
downloadmongo-53c52c43a99d14a9e6c47bcc1ca1e7a2fa044ef0.tar.gz
SERVER-6233 Add URI parsing to mongo shell
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 8a30e2ae763..bb14ca10911 100644
--- a/SConstruct
+++ b/SConstruct
@@ -749,7 +749,7 @@ def printLocalInfo():
printLocalInfo()
-boostLibs = [ "thread" , "filesystem" , "program_options", "system" ]
+boostLibs = [ "thread" , "filesystem" , "program_options", "system", "regex" ]
onlyServer = len( COMMAND_LINE_TARGETS ) == 0 or ( len( COMMAND_LINE_TARGETS ) == 1 and str( COMMAND_LINE_TARGETS[0] ) in [ "mongod" , "mongos" , "test" ] )