diff --git a/src/tools/stage.jam b/src/tools/stage.jam index dbfea0b84..fcbcd5acc 100644 --- a/src/tools/stage.jam +++ b/src/tools/stage.jam @@ -77,7 +77,7 @@ class install-target-class : basic-target # Unless true is in properties, which can happen # only if the user has explicitly requested it, nuke all # properties. - if [ $(property-set).get ] != true + if [ $(build-property-set).get ] != true { ps-raw = [ property.change $(ps-raw) : ] ; }