mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Do not validate <os> feature in conditions.
[SVN r23314]
This commit is contained in:
@@ -137,7 +137,8 @@ rule expand-subfeatures-in-conditions ( properties * )
|
||||
local e ;
|
||||
for local c in $(condition)
|
||||
{
|
||||
if [ MATCH "^(<toolset>|<toolset->)" : $(c:G) ]
|
||||
if [ MATCH "^(<toolset>|<toolset->)" : $(c:G) ] ||
|
||||
[ MATCH "^(<os>)" : $(c:G) ]
|
||||
{
|
||||
# It common that condition includes a toolset which
|
||||
# was never defined, or mentiones subfeatures which
|
||||
|
||||
Reference in New Issue
Block a user