mirror of
https://github.com/boostorg/boost.git
synced 2025-04-11 07:41:06 +00:00
build system update
[SVN r10695]
This commit is contained in:
parent
eef7b422a9
commit
9fa3e467ac
3 changed files with 4 additions and 5 deletions
5
Jamrules
5
Jamrules
|
@ -6,10 +6,9 @@
|
|||
# containing the path from the invocation directory to the project root.
|
||||
BOOST_ROOT ?= $($(gTOP)) ;
|
||||
|
||||
# These variables tell the build system where to find the rest of the build
|
||||
# Tell the build system where to find the rest of the build
|
||||
# system installation (e.g. toolset descriptions, variants)
|
||||
BOOST_BUILD_INSTALLATION ?= $(TOP)$(SLASH)tools$(SLASH)build ;
|
||||
BOOST_BASE_DIR ?= $(BOOST_BUILD_INSTALLATION) ;
|
||||
BOOST_BUILD_INSTALLATION ?= $(BOOST_ROOT)$(SLASH)tools$(SLASH)build ;
|
||||
|
||||
# This variable will surely need to be set specific to your installation, though
|
||||
# we may be able to provide better defaults for some systems. It is used by the
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 08eb28f7b825de12a84f8e0eeb86309ba4d5c26d
|
||||
Subproject commit 3c6a8d718fc5a7d198e1b089016b733eaaee4469
|
|
@ -1 +1 @@
|
|||
Subproject commit 7f7d5add4b18d79d5e09bcef1052677e6d04eed5
|
||||
Subproject commit 41ab7b738330322fa0f9c9ef14d8a21458fa74e1
|
Loading…
Add table
Reference in a new issue