summaryrefslogtreecommitdiff
path: root/src/third_party/SConscript
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2020-06-26 11:59:44 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-29 18:00:54 +0000
commit5394c832f05414fabd069c54066746e127f5d2e0 (patch)
tree0df1e2eb2fdc5925134004f39c96383a67cbabd1 /src/third_party/SConscript
parente755577b7d01a1442f14a26c995632c3cf6f6b14 (diff)
downloadmongo-5394c832f05414fabd069c54066746e127f5d2e0.tar.gz
SERVER-49141 Ensure that LIBDEPS for libunwind do not accidentally become public
Diffstat (limited to 'src/third_party/SConscript')
-rw-r--r--src/third_party/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/third_party/SConscript b/src/third_party/SConscript
index 3dd1a5ab18b..081b68fb820 100644
--- a/src/third_party/SConscript
+++ b/src/third_party/SConscript
@@ -194,7 +194,6 @@ if use_system_libunwind:
}
elif use_vendored_libunwind:
thirdPartyEnvironmentModifications['unwind'] = {
- 'LIBDEPS' : ['$BUILD_DIR/third_party/shim_unwind'],
'SYSLIBDEPS' : ['lzma'],
}