Skip to content

Commit 7a53b7f

Browse files
grafikrobotpdimov
authored andcommitted
Move include to target.
1 parent 24d6263 commit 7a53b7f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.jam

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ constant boost_dependencies :
1515
/boost/utility//boost_utility ;
1616

1717
project /boost/static_string
18-
: common-requirements
19-
<include>include
2018
;
2119

2220
explicit
23-
[ alias boost_static_string : : : : <library>$(boost_dependencies) ]
21+
[ alias boost_static_string : : :
22+
: <include>include <library>$(boost_dependencies) ]
2423
[ alias all : boost_static_string test ]
2524
;
2625

0 commit comments

Comments
 (0)