mirror of
https://github.com/boostorg/boost.git
synced 2025-04-09 14:57:01 +00:00
use-project didn't actually do what the comment promised.
This triggered an error with thread Jamfile that could be seen when bjam was invoked in rootdir with bjam --with-wave. [SVN r44774]
This commit is contained in:
parent
db4f13b609
commit
1d7b685fea
1 changed files with 1 additions and 1 deletions
2
Jamroot
2
Jamroot
|
@ -497,7 +497,7 @@ rule boost-install ( libraries * )
|
|||
}
|
||||
|
||||
# Make project ids of all libraries known.
|
||||
for local l in $(libraries)
|
||||
for local l in $(all-libraries)
|
||||
{
|
||||
use-project /boost/$(l) : libs/$(l)/build ;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue