summaryrefslogtreecommitdiff
path: root/src/mongo/SConscript
diff options
context:
space:
mode:
authorADAM David Alan Martin <adam.martin@10gen.com>2019-08-22 23:30:37 -0400
committerADAM David Alan Martin <adam.martin@10gen.com>2019-08-23 09:46:34 -0400
commit088f6faa006b8414fe5b7197a2ae18c3cc0efdc9 (patch)
tree9c01b18ce2371b056f655217c20da990e080e4a5 /src/mongo/SConscript
parent2fd30c80a014077844e6a4ddb926e3ebef4868a0 (diff)
downloadmongo-088f6faa006b8414fe5b7197a2ae18c3cc0efdc9.tar.gz
SERVER-25240 Make `stdx::set_terminate` which works on windows.
The `stdx::set_terminate` primitive, on windows, wraps the per-thread terminate handler and emulates a single global terminate handler.
Diffstat (limited to 'src/mongo/SConscript')
-rw-r--r--src/mongo/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/SConscript b/src/mongo/SConscript
index bd6cfeb6802..9b4a524382a 100644
--- a/src/mongo/SConscript
+++ b/src/mongo/SConscript
@@ -163,6 +163,7 @@ baseEnv.Library(
'$BUILD_DIR/third_party/shim_pcrecpp',
'$BUILD_DIR/third_party/shim_unwind' if use_libunwind else [],
'boost_assert_shim',
+ 'stdx/stdx',
'util/quick_exit',
],
LIBDEPS_PRIVATE=[