summaryrefslogtreecommitdiff
path: root/src/mongo/util/SConscript
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2018-03-30 11:30:39 -0400
committerAndrew Morrow <acm@mongodb.com>2018-04-02 15:11:14 -0400
commit9055e4ea0230952af52e8cd396c63a8b407fdbf9 (patch)
tree0a52154ea8802eef5d6fd3476ed299af3cd7c279 /src/mongo/util/SConscript
parent94d23eaeacae39e59140b338ba7369a0f3572fc9 (diff)
downloadmongo-9055e4ea0230952af52e8cd396c63a8b407fdbf9.tar.gz
SERVER-33889 Strip out commands and libraries from embedded
Diffstat (limited to 'src/mongo/util/SConscript')
-rw-r--r--src/mongo/util/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/util/SConscript b/src/mongo/util/SConscript
index 594e415d2c1..43e58dd2dce 100644
--- a/src/mongo/util/SConscript
+++ b/src/mongo/util/SConscript
@@ -348,6 +348,7 @@ if env['MONGO_ALLOCATOR'] == 'tcmalloc':
],
LIBDEPS_PRIVATE=[
'$BUILD_DIR/mongo/db/commands/server_status',
+ 'processinfo',
],
LIBDEPS_DEPENDENTS=[
'$BUILD_DIR/mongo/mongodmain',