mirror of
https://github.com/boostorg/build.git
synced 2026-02-10 23:32:20 +00:00
Corrected a bug with the customized default toolset being read from the toolset module but defined in the build-system module. Effect was that customized default toolsets were getting ignored.
[SVN r42546]
This commit is contained in:
@@ -509,12 +509,11 @@ local rule should-clean-project ( project )
|
||||
# the default toolset.
|
||||
if ! $(.legacy-ignore-config) && ! [ feature.values <toolset> ]
|
||||
{
|
||||
local default-toolset = [ modules.peek toolset : .default-toolset ] ;
|
||||
local default-toolset = $(.default-toolset) ;
|
||||
local default-toolset-version = ;
|
||||
if $(default-toolset)
|
||||
{
|
||||
default-toolset-version =
|
||||
[ modules.peek toolset : .default-toolset-version ] ;
|
||||
default-toolset-version = $(.default-toolset-version) ;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user