summaryrefslogtreecommitdiff
path: root/src/mongo/db/SConscript
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2022-02-17 10:18:23 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-17 15:55:09 +0000
commitada9d7fe45183bde044d3cb1fd14133ebfbb4f86 (patch)
treefe905c20a68fcb54e1094bb5108438116fe78bc1 /src/mongo/db/SConscript
parent7b8ecd4a93a5838ce5acbb7d49ef61fad60d1b3e (diff)
downloadmongo-ada9d7fe45183bde044d3cb1fd14133ebfbb4f86.tar.gz
SERVER-63764 merge catalog_collection_helper library into catalog_helpers
This reduces the link graph size to stay under the macos dyld limit. Changes LIBDEPS edges added in commit e840bb65779035e3f5e7d1fb9b6951c291957a74.
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r--src/mongo/db/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript
index 436a1fb8ff3..3d2d4d2244b 100644
--- a/src/mongo/db/SConscript
+++ b/src/mongo/db/SConscript
@@ -2368,6 +2368,7 @@ env.Library(
'$BUILD_DIR/mongo/util/signal_handlers',
'$BUILD_DIR/mongo/watchdog/watchdog_mongod',
'auth/auth_op_observer',
+ 'catalog/catalog_helpers',
'catalog/catalog_impl',
'catalog/collection',
'catalog/health_log',