summaryrefslogtreecommitdiff
path: root/src/third_party
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2020-05-22 10:11:44 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-01 22:19:41 +0000
commit30e4d258bf6fbb9229b6d2d945f9625695edac73 (patch)
tree08492ff3b2aeb18d4896325491f3425661f5c299 /src/third_party
parent29e2a6737ef643bf663579c5c7b378a5c383c9b8 (diff)
downloadmongo-30e4d258bf6fbb9229b6d2d945f9625695edac73.tar.gz
SERVER-48272 wiredtiger library dependencies are private
Diffstat (limited to 'src/third_party')
-rw-r--r--src/third_party/wiredtiger/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/SConscript b/src/third_party/wiredtiger/SConscript
index d6bd665e23e..50cf92cb13a 100644
--- a/src/third_party/wiredtiger/SConscript
+++ b/src/third_party/wiredtiger/SConscript
@@ -199,7 +199,7 @@ cslib = env.Library(
wtlib = env.Library(
target="wiredtiger",
source=wtsources,
- LIBDEPS=[
+ LIBDEPS_PRIVATE=[
'wiredtiger_checksum',
'$BUILD_DIR/third_party/shim_allocator',
'$BUILD_DIR/third_party/shim_snappy',