2
0
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:
Jurko Gospodnetić
2008-07-12 11:43:54 +00:00
parent e738b524b7
commit ce51cddfb1

View File

@@ -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) ;
}
}
}