Skip to content

Commit b0d687c

Browse files
committed
remove leftover constant
Signed-off-by: Uilian Ries <uilianries@gmail.com>
1 parent 4201fd3 commit b0d687c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build/Jamfile.v2

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)