mirror of
https://github.com/boostorg/build.git
synced 2026-02-20 02:32:13 +00:00
Add multiple requirements for toolset subconditions instead of one composite as they are not supported for conditional requirements. Thanks to Roland for finding the problem.
[SVN r44354]
This commit is contained in:
@@ -227,7 +227,8 @@ rule check-init-parameters ( toolset requirement * : * )
|
||||
if $(requirement)
|
||||
{
|
||||
local r = <toolset>$(toolset) $(requirement) ;
|
||||
toolset.add-requirements $(r:J=,):$(subcondition:J=/) ;
|
||||
r = $(r:J=,) ;
|
||||
toolset.add-requirements $(r):$(subcondition) ;
|
||||
}
|
||||
|
||||
# We add the requirements, if any, to the condition to scope the toolset
|
||||
|
||||
Reference in New Issue
Block a user