mirror of
https://github.com/boostorg/boost.git
synced 2026-01-18 21:41:27 +01:00
Do not declare headers an alias to libs/headers/build/boost_headers
This commit is contained in:
2
Jamroot
2
Jamroot
@@ -244,7 +244,7 @@ explicit-alias serialization : libs/serialization/build//boost_serialization ;
|
||||
explicit-alias wserialization : libs/serialization/build//boost_wserialization ;
|
||||
for local l in $(all-libraries)
|
||||
{
|
||||
if ! $(l) in test graph serialization
|
||||
if ! $(l) in test graph serialization headers
|
||||
{
|
||||
explicit-alias $(l) : libs/$(l)/build//boost_$(l) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user