Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ lib dl ;
lib gcc_s ;
lib Dbgeng ;
lib ole32 ;
lib ucrt ;

local LIBBACKTRACE_PATH = [ modules.peek : LIBBACKTRACE_PATH ] ;
lib backtrace
Expand Down Expand Up @@ -263,6 +264,7 @@ lib boost_stacktrace_from_exception
: # requirements
<warnings>all
<target-os>linux:<library>dl
<target-os>windows:<library>ucrt

# Enable build when explicitly requested, or by default, when on x86
<conditional>@build-stacktrace-from-exception
Expand Down