diff --git a/boostcpp.jam b/boostcpp.jam index 38113c46c6d..b5209d480b5 100644 --- a/boostcpp.jam +++ b/boostcpp.jam @@ -123,7 +123,7 @@ rule tag ( name : type ? : property-set ) if $(layout) = versioned { result = [ common.format-name - -$(BOOST_VERSION_TAG) + -$(BOOST_VERSION_TAG) -$(BUILD_ID) : $(name) : $(type) : $(property-set) ] ; }