summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorMatt Cotter <matt.cotter@mongodb.com>2016-07-21 15:49:59 -0400
committerMatt Cotter <matt.cotter@mongodb.com>2016-10-12 14:29:59 -0400
commit7b58433eec6437176f16ab4955b20c33a772aae8 (patch)
tree2959c314fa0a157c60d4831e5cac1378edd63a1d /SConstruct
parenta96726123cb8f862fb81224f02d2d982dd807121 (diff)
downloadmongo-7b58433eec6437176f16ab4955b20c33a772aae8.tar.gz
SERVER-22992 waiting on forked process also waits on consuming output
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index c4c508701d6..f4a01cc284f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -818,7 +818,7 @@ def printLocalInfo():
printLocalInfo()
-boostLibs = [ "thread" , "filesystem" , "program_options", "system", "regex", "chrono" ]
+boostLibs = [ "thread" , "filesystem" , "program_options", "system", "regex", "chrono", "iostreams" ]
onlyServer = len( COMMAND_LINE_TARGETS ) == 0 or ( len( COMMAND_LINE_TARGETS ) == 1 and str( COMMAND_LINE_TARGETS[0] ) in [ "mongod" , "mongos" , "test" ] )