summaryrefslogtreecommitdiff
path: root/src/mongo/SConscript
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2021-04-30 14:34:52 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-06 20:05:05 +0000
commit1c41fa28a3ce3a5e661e951aa0d435de6815797d (patch)
tree6331e7b7aaff3bec268ec5fd803d52dc349a6dad /src/mongo/SConscript
parentae3d4c49b858e37ddf7f9e4f95da17e59a977291 (diff)
downloadmongo-1c41fa28a3ce3a5e661e951aa0d435de6815797d.tar.gz
SERVER-48291 Restore design of the boost assert shim
This was inadvertently lumped in with the other ShimLibrary conversions, but it doesn't actually follow the model. This library has real symbols.
Diffstat (limited to 'src/mongo/SConscript')
-rw-r--r--src/mongo/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/SConscript b/src/mongo/SConscript
index d2925d1f0e6..0714eba23ac 100644
--- a/src/mongo/SConscript
+++ b/src/mongo/SConscript
@@ -266,7 +266,7 @@ baseEnv.Library(
'$BUILD_DIR/third_party/shim_pcrecpp',
'$BUILD_DIR/third_party/shim_unwind' if use_libunwind else [],
'stdx/stdx',
- 'util/shim_boost_assert',
+ 'util/boost_assert_shim',
],
AIB_COMPONENT='platform',
)