From 1c41fa28a3ce3a5e661e951aa0d435de6815797d Mon Sep 17 00:00:00 2001 From: Andrew Morrow Date: Fri, 30 Apr 2021 14:34:52 -0400 Subject: 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. --- src/mongo/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/SConscript') 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', ) -- cgit v1.2.1