summaryrefslogtreecommitdiff
path: root/src/mongo/db/SConscript
diff options
context:
space:
mode:
authorLingzhi Deng <lingzhi.deng@mongodb.com>2019-11-12 13:37:38 +0000
committerevergreen <evergreen@mongodb.com>2019-11-12 13:37:38 +0000
commit1f143f362f5b3fde180b8eb668c4e3f7933bd78d (patch)
tree84f75a6288e18757906a4e0611eb8cc9da9b7872 /src/mongo/db/SConscript
parentb526ac445bb0b39b53bd291ef6d23a73a38a1f11 (diff)
downloadmongo-1f143f362f5b3fde180b8eb668c4e3f7933bd78d.tar.gz
SERVER-43941: Add "errorLabels" field to failCommand failpoint
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 3375d49d295..8c051a3916a 100644
--- a/src/mongo/db/SConscript
+++ b/src/mongo/db/SConscript
@@ -1335,6 +1335,7 @@ env.Library(
'error_labels.cpp',
],
LIBDEPS=[
+ 'commands',
'logical_session_id',
],
)