summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/SConscript')
-rw-r--r--src/mongo/db/exec/SConscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/exec/SConscript b/src/mongo/db/exec/SConscript
index 8bc45e1971d..6749b635a34 100644
--- a/src/mongo/db/exec/SConscript
+++ b/src/mongo/db/exec/SConscript
@@ -79,8 +79,13 @@ env.Library(
"scoped_timer",
"working_set",
"$BUILD_DIR/mongo/base",
+ "$BUILD_DIR/mongo/db/ops/update_driver",
'$BUILD_DIR/third_party/s2/s2',
],
+ LIBDEPS_TAGS=[
+ # A great number of undefined symbols in this library
+ 'incomplete',
+ ]
)
env.CppUnitTest(