File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,7 @@ lib boost_stacktrace_backtrace
9191 : # sources
9292 ../src/backtrace.cpp
9393 : # requirements
94- <warnings>all
95- $(stacktrace_common_requirements)
94+ <warnings>all
9695 <target-os>linux:<library>dl
9796 <library>backtrace
9897 <link>shared:<define>BOOST_STACKTRACE_DYN_LINK=1
@@ -158,7 +157,7 @@ lib boost_stacktrace_windbg
158157 <library>Dbgeng <library>ole32
159158 <link>shared:<define>BOOST_STACKTRACE_DYN_LINK=1
160159 [ check-target-builds WinDbg : : <build>no ]
161- [ build-stacktrace-feature windbg ]
160+ <conditional>@$( build-stacktrace-feature windbg)
162161 : # default build
163162 : # usage-requirements
164163 #<link>shared:<define>BOOST_STACKTRACE_DYN_LINK=1
@@ -173,7 +172,7 @@ lib boost_stacktrace_windbg_cached
173172 <library>Dbgeng <library>ole32
174173 <link>shared:<define>BOOST_STACKTRACE_DYN_LINK=1
175174 [ check-target-builds WinDbgCached : : <build>no ]
176- [ build-stacktrace-feature windbg-cached ]
175+ <conditional>@$( build-stacktrace-feature windbg-cached)
177176 : # default build
178177 : # usage-requirements
179178 #<link>shared:<define>BOOST_STACKTRACE_DYN_LINK=1
You can’t perform that action at this time.
0 commit comments