mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 06:24:59 +00:00
Fix checking for tools/inspect to work regardless of cwd.
This commit is contained in:
parent
cc29806c2d
commit
42b0796d6a
1 changed files with 2 additions and 2 deletions
4
Jamroot
4
Jamroot
|
@ -235,12 +235,12 @@ for local l in $(all-libraries)
|
|||
use-project /boost/$(l) : libs/$(l)/build ;
|
||||
}
|
||||
|
||||
if [ path.exists tools/inspect ]
|
||||
if [ path.exists $(BOOST_ROOT)/tools/inspect ]
|
||||
{
|
||||
use-project /boost/tools/inspect : tools/inspect/build ;
|
||||
}
|
||||
|
||||
if [ path.exists libs/wave/tool ]
|
||||
if [ path.exists $(BOOST_ROOT)/libs/wave/tool ]
|
||||
{
|
||||
use-project /boost/libs/wave/tool : libs/wave/tool/build ;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue