mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
Add 'use-project' calls so that project ids of all libraries are known.
[SVN r27384]
This commit is contained in:
parent
21a4acbcbe
commit
b6b7e90158
1 changed files with 8 additions and 0 deletions
|
@ -177,4 +177,12 @@ install stage : libs/$(libraries)/build
|
|||
;
|
||||
|
||||
explicit install install-libs install-headers stage ;
|
||||
|
||||
|
||||
# Make project ids of all libraries known.
|
||||
|
||||
for local l in $(libraries)
|
||||
{
|
||||
use-project /boost/$(l) : libs/$(l)/build ;
|
||||
}
|
||||
|
Loading…
Add table
Reference in a new issue