Skip to content

Commit 7f041f7

Browse files
committed
Update build.jam
1 parent c260ed3 commit 7f041f7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

build.jam

+2-6
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,12 @@ constant boost_dependencies :
1111
/boost/static_assert//boost_static_assert
1212
/boost/type_traits//boost_type_traits ;
1313

14-
project /boost/tuple
15-
: common-requirements
16-
<include>include
17-
;
14+
project /boost/tuple ;
1815

1916
explicit
20-
[ alias boost_tuple : : : : <library>$(boost_dependencies) ]
17+
[ alias boost_tuple : : : : <include>include <library>$(boost_dependencies) ]
2118
[ alias all : boost_tuple test ]
2219
;
2320

2421
call-if : boost-library tuple
2522
;
26-

0 commit comments

Comments
 (0)