Fix bcp --namespace issues again

This commit is contained in:
Peter Dimov 2024-10-13 19:11:31 +03:00
parent 0d0642aa30
commit 4f6c6b3e04

View file

@ -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 ;
}