mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 06:24:59 +00:00
Use option.get to get layout. Adjust wording
[SVN r54886]
This commit is contained in:
parent
2e001459cb
commit
494680f92b
1 changed files with 3 additions and 2 deletions
5
Jamroot
5
Jamroot
|
@ -130,6 +130,7 @@ import sequence ;
|
|||
import symlink ;
|
||||
import targets ;
|
||||
import project ;
|
||||
import option ;
|
||||
|
||||
path-constant BOOST_ROOT : . ;
|
||||
constant BOOST_VERSION : 1.40.0 ;
|
||||
|
@ -276,7 +277,7 @@ rule libraries-to-install ( existing-libraries * )
|
|||
|
||||
|
||||
# What kind of layout are we doing?
|
||||
layout = [ MATCH "^--layout=(.*)" : [ modules.peek : ARGV ] ] ;
|
||||
layout = [ option.get layout : "" ] ;
|
||||
# On Windows, we used versioned layout by default in order to
|
||||
# be compatible with autolink. On other systems, we use system
|
||||
# layout which is what every other program uses. Note that windows
|
||||
|
@ -640,7 +641,7 @@ targets.create-metatarget top-level-target : [ project.current ]
|
|||
|
||||
|
||||
message explain :
|
||||
"\nBuilding C++ Boost.
|
||||
"\nBuilding the Boost C++ Libraries.
|
||||
|
||||
After the build, the headers will be located at
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue