mirror of
https://github.com/boostorg/system.git
synced 2025-07-29 20:17:13 +02:00
Switch to library requirements instead of source. As source puts extra source in install targets.
This commit is contained in:
10
build.jam
10
build.jam
@ -7,11 +7,11 @@ import project ;
|
||||
|
||||
project /boost/system
|
||||
: common-requirements
|
||||
<source>/boost/assert//boost_assert
|
||||
<source>/boost/config//boost_config
|
||||
<source>/boost/throw_exception//boost_throw_exception
|
||||
<source>/boost/variant2//boost_variant2
|
||||
<source>/boost/winapi//boost_winapi
|
||||
<library>/boost/assert//boost_assert
|
||||
<library>/boost/config//boost_config
|
||||
<library>/boost/throw_exception//boost_throw_exception
|
||||
<library>/boost/variant2//boost_variant2
|
||||
<library>/boost/winapi//boost_winapi
|
||||
<include>include
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user