Skip to content

Commit eb07947

Browse files
committed
Move project global include to target local include.
1 parent 8e24464 commit eb07947

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.jam

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ constant boost_dependencies :
1818
/boost/utility//boost_utility ;
1919

2020
project /boost/lambda
21-
: common-requirements
22-
<include>include
2321
;
2422

2523
explicit
26-
[ alias boost_lambda : : : : <library>$(boost_dependencies) ]
24+
[ alias boost_lambda : : :
25+
: <include>include <library>$(boost_dependencies) ]
2726
[ alias all : boost_lambda test ]
2827
;
2928

3029
call-if : boost-library lambda
3130
;
32-

0 commit comments

Comments
 (0)