From cd4c5fe554f83a2b544a020b04dfdad0decf9338 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Wed, 18 Jan 2023 17:14:49 +0300 Subject: [PATCH] fix a type that was noted in https://github.com/boostorg/stacktrace/issues/118#issuecomment-1315142952 --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 10015de..49e7d82 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -121,7 +121,7 @@ test-suite stacktrace_tests [ run thread_safety_checking.cpp : : : on /boost/thread//boost_thread /boost/timer//boost_timer .//test_impl_lib_backtrace $(LINKSHARED_BT) BOOST_STACKTRACE_BACKTRACE_FORCE_STATIC - : backtrace_lib_threaded_ststic ] + : backtrace_lib_threaded_static ] [ run thread_safety_checking.cpp : : : on /boost/thread//boost_thread /boost/timer//boost_timer .//test_impl_lib_windbg $(LINKSHARED_WIND) : windbg_lib_threaded ]