forked from boostorg/function
Switch to library requirements instead of source. As source puts extra source in install targets.
This commit is contained in:
16
build.jam
16
build.jam
@ -7,14 +7,14 @@ import project ;
|
|||||||
|
|
||||||
project /boost/function
|
project /boost/function
|
||||||
: common-requirements
|
: common-requirements
|
||||||
<source>/boost/assert//boost_assert
|
<library>/boost/assert//boost_assert
|
||||||
<source>/boost/bind//boost_bind
|
<library>/boost/bind//boost_bind
|
||||||
<source>/boost/config//boost_config
|
<library>/boost/config//boost_config
|
||||||
<source>/boost/core//boost_core
|
<library>/boost/core//boost_core
|
||||||
<source>/boost/preprocessor//boost_preprocessor
|
<library>/boost/preprocessor//boost_preprocessor
|
||||||
<source>/boost/throw_exception//boost_throw_exception
|
<library>/boost/throw_exception//boost_throw_exception
|
||||||
<source>/boost/type_traits//boost_type_traits
|
<library>/boost/type_traits//boost_type_traits
|
||||||
<source>/boost/typeof//boost_typeof
|
<library>/boost/typeof//boost_typeof
|
||||||
<include>include
|
<include>include
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user