We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb044fa + d1e329d commit ca1e13cCopy full SHA for ca1e13c
2 files changed
build/Jamfile.v2
@@ -29,6 +29,7 @@ lib dl ;
29
lib gcc_s ;
30
lib Dbgeng ;
31
lib ole32 ;
32
+lib ucrt ;
33
34
local LIBBACKTRACE_PATH = [ modules.peek : LIBBACKTRACE_PATH ] ;
35
lib backtrace
@@ -285,6 +286,7 @@ lib boost_stacktrace_from_exception
285
286
<warnings>all
287
<target-os>linux:<library>dl
288
<library>boost_stacktrace_dump
289
+ <target-os>windows:<library>ucrt
290
291
# Enable build when explicitly requested, or by default, when on x86
292
<conditional>@build-stacktrace-from-exception
test/cmake_subdir_test/CMakeLists.txt
@@ -25,7 +25,6 @@ winapi
25
26
describe
27
mp11
28
-static_assert
throw_exception
optional
type_traits
0 commit comments