From cc5057e621691274f7f46b9b0e5fd1a2dd7ffe7e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 30 Jun 2017 20:53:17 +0300 Subject: Add to versioned tag --- boostcpp.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boostcpp.jam b/boostcpp.jam index 38113c46c6..b5209d480b 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) ] ; } -- cgit v1.2.1