We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1230a7b commit 277f588Copy full SHA for 277f588
build.jam
@@ -11,7 +11,7 @@ project /boost/leaf
11
;
12
13
explicit
14
- [ alias boost_leaf : : : : <library>$(boost_dependencies) ]
+ [ alias boost_leaf ]
15
[ alias all : boost_leaf test ]
16
17
test/Jamfile.v2
@@ -23,7 +23,7 @@ project
23
<threading>multi
24
: requirements
25
<library>/boost/config//boost_config
26
- <library>/boost/exception//boost_exception
+ <use>/boost/exception//boost_exception
27
<define>BOOST_LEAF_BOOST_AVAILABLE
28
<target-os>windows:<define>_CRT_SECURE_NO_WARNINGS
29
<threading>single:<define>BOOST_LEAF_NO_THREADS
0 commit comments