mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 00:50:40 +00:00
Use the new path-global rule to establish BOOST_ROOT correctly for all subprojects
[SVN r11347]
This commit is contained in:
parent
9c331eb182
commit
a2900b8b73
1 changed files with 2 additions and 2 deletions
4
Jamrules
4
Jamrules
|
@ -7,12 +7,12 @@
|
|||
|
||||
# Transitional - allows us to use this Jamrules file with the new Jambase under
|
||||
# development
|
||||
BOOST_ROOT ?= $(gPROJECT_ROOT) ;
|
||||
path-global BOOST_ROOT : $(gPROJECT_ROOT) ;
|
||||
|
||||
# Establish this as the root of the boost installation. Most targets will want
|
||||
# $(BOOST_ROOT) in their #include path. $(gTOP) is the name of the variable
|
||||
# containing the path from the invocation directory to the project root.
|
||||
BOOST_ROOT ?= $($(gTOP)) ;
|
||||
path-global BOOST_ROOT : $($(gTOP)) ;
|
||||
|
||||
# Tell the build system where to find the rest of the build
|
||||
# system installation (e.g. toolset descriptions, variants)
|
||||
|
|
Loading…
Add table
Reference in a new issue