mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Do not declare headers
an alias to libs/headers/build/boost_headers
This commit is contained in:
parent
8657feda18
commit
5789d098be
1 changed files with 1 additions and 1 deletions
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) ;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue