2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Unbreak toolset inheritance

[SVN r49986]
This commit is contained in:
Vladimir Prus
2008-11-28 13:37:45 +00:00
parent fb859c65b1
commit e25bd33201

View File

@@ -319,11 +319,7 @@ class generator
# Note: this does not remove any subfeatures of <toolset> which
# might cause problems.
[ property.change $(self.requirements) : <toolset> ]
$(new-toolset-properties) ] ;
if $(self.rule-name)
{
$(g).set-rule-name $(self.rule-name) ;
}
$(new-toolset-properties) ] ;
return $(g) ;
}