Skip to content

Commit 5968889

Browse files
committed
Switch to library requirements instead of source. As source puts extra source in install targets.
1 parent ea61b3a commit 5968889

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

build.jam

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ import project ;
77

88
project /boost/lambda
99
: common-requirements
10-
<source>/boost/bind//boost_bind
11-
<source>/boost/config//boost_config
12-
<source>/boost/core//boost_core
13-
<source>/boost/detail//boost_detail
14-
<source>/boost/iterator//boost_iterator
15-
<source>/boost/mpl//boost_mpl
16-
<source>/boost/preprocessor//boost_preprocessor
17-
<source>/boost/tuple//boost_tuple
18-
<source>/boost/type_traits//boost_type_traits
19-
<source>/boost/utility//boost_utility
10+
<library>/boost/bind//boost_bind
11+
<library>/boost/config//boost_config
12+
<library>/boost/core//boost_core
13+
<library>/boost/detail//boost_detail
14+
<library>/boost/iterator//boost_iterator
15+
<library>/boost/mpl//boost_mpl
16+
<library>/boost/preprocessor//boost_preprocessor
17+
<library>/boost/tuple//boost_tuple
18+
<library>/boost/type_traits//boost_type_traits
19+
<library>/boost/utility//boost_utility
2020
<include>include
2121
;
2222

0 commit comments

Comments
 (0)