We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9025373 commit 6391a59Copy full SHA for 6391a59
1 file 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
@@ -263,6 +264,7 @@ lib boost_stacktrace_from_exception
263
264
: # requirements
265
<warnings>all
266
<target-os>linux:<library>dl
267
+ <target-os>windows:<library>ucrt
268
269
# Enable build when explicitly requested, or by default, when on x86
270
<conditional>@build-stacktrace-from-exception
0 commit comments