Skip to content

Commit ee24a02

Browse files
committed
Move include to target.
1 parent c6a499f commit ee24a02

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.jam

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ constant boost_dependencies :
2929
/boost/utility//boost_utility ;
3030

3131
project /boost/xpressive
32-
: common-requirements
33-
<include>include
3432
;
3533

3634
explicit
37-
[ alias boost_xpressive : : : : <library>$(boost_dependencies) ]
35+
[ alias boost_xpressive : : :
36+
: <include>include <library>$(boost_dependencies) ]
3837
[ alias all : boost_xpressive example perf test tools ]
3938
;
4039

0 commit comments

Comments
 (0)