mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 05:25:00 +00:00
Fix bcp --namespace
issues again
This commit is contained in:
parent
0d0642aa30
commit
4f6c6b3e04
1 changed files with 4 additions and 2 deletions
6
Jamroot
6
Jamroot
|
@ -461,7 +461,9 @@ for local lib in $(all-libraries-to-declare)
|
|||
project.pop-current ;
|
||||
}
|
||||
|
||||
if ! [ project.search /boost/tools/boost_install ]
|
||||
# Backslash because of `bcp --namespace`
|
||||
|
||||
if ! [ project.search /boost/tools/boost\_install ]
|
||||
{
|
||||
use-project /boost/tools/boost_install : tools/boost_install ;
|
||||
use-project /boost/tools/boost\_install : tools/boost\_install ;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue