mirror of
https://github.com/boostorg/boost.git
synced 2026-07-21 13:13:43 +00:00
special exception to allow --with-system and --without-system (#1142)
This commit is contained in:
committed by
Peter Dimov
parent
d26d9053e5
commit
cd9243ddd6
@@ -406,8 +406,13 @@ rule boost-lib ( name : sources * : requirements * : default-build * : usage-req
|
|||||||
|
|
||||||
# Declare special top-level targets that build and install the desired variants
|
# Declare special top-level targets that build and install the desired variants
|
||||||
# of the libraries.
|
# of the libraries.
|
||||||
|
local former-libraries-to-build ;
|
||||||
|
if system in $(all-libraries)
|
||||||
|
{
|
||||||
|
former-libraries-to-build += system ;
|
||||||
|
}
|
||||||
boostcpp.declare-targets $(all-libraries-modular-build) :
|
boostcpp.declare-targets $(all-libraries-modular-build) :
|
||||||
$(all-libraries-to-build) ;
|
[ SORT $(all-libraries-to-build) $(former-libraries-to-build) ] ;
|
||||||
|
|
||||||
# Declare a Boost library and run related declaration rules. This should be
|
# Declare a Boost library and run related declaration rules. This should be
|
||||||
# called from the libroot/build.jam to define the components of a Boost lib.
|
# called from the libroot/build.jam to define the components of a Boost lib.
|
||||||
|
|||||||
Reference in New Issue
Block a user