mirror of
https://github.com/boostorg/build.git
synced 2026-02-20 14:42:14 +00:00
Fixed a bug wit Boost Build ignoring conditional properties specified in addition to a conditional subfeature property. This fixes the problem with the conditionals_multiple.py test case failing.
[SVN r47347]
This commit is contained in:
@@ -159,8 +159,7 @@ rule expand-subfeatures-in-conditions ( properties * )
|
||||
}
|
||||
else
|
||||
{
|
||||
local individual-subfeatures = [ set.difference $(e) : $(condition) ] ;
|
||||
result += $(individual-subfeatures:J=,):$(value) ;
|
||||
result += $(e:J=,):$(value) ;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user