summaryrefslogtreecommitdiff
path: root/src/third_party
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2021-07-23 15:12:54 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-28 02:54:15 +0000
commit2a3ac32087537aed015c159de7092a103a14bd9d (patch)
tree5028de8d04ca5a58ff5cfcbea077074a3994e59f /src/third_party
parente6721f1436305e95333ae8fd12c680ff6372a30a (diff)
downloadmongo-2a3ac32087537aed015c159de7092a103a14bd9d.tar.gz
SERVER-48291 Remove support for shim_cxx and shim_crt libraries
(cherry picked from commit 787d5a2aee7d69572345e0b33447a8b2c92ea982)
Diffstat (limited to 'src/third_party')
-rw-r--r--src/third_party/SConscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/third_party/SConscript b/src/third_party/SConscript
index 6ee43dbd14e..08b2c2cdc35 100644
--- a/src/third_party/SConscript
+++ b/src/third_party/SConscript
@@ -243,8 +243,6 @@ s2Env.SConscript('s2/SConscript', exports={'env' : s2Env})
if use_libunwind:
unwindEnv = env.Clone(
LIBDEPS_NO_INHERIT=[
- '$BUILD_DIR/shim_crt',
- '$BUILD_DIR/shim_cxx',
'$BUILD_DIR/third_party/shim_allocator',
],
)
@@ -465,8 +463,6 @@ if "tom" in env["MONGO_CRYPTO"]:
gperftoolsEnv = env.Clone(
LIBDEPS_NO_INHERIT=[
- '$BUILD_DIR/shim_crt',
- '$BUILD_DIR/shim_cxx',
'$BUILD_DIR/third_party/shim_allocator',
],
)