From 68f38db893b6a6aa4c6b9d72db0ee633d914ab2e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 7 Jul 2017 03:00:01 +0300 Subject: Encode architecture and address model in versioned layout names --- boostcpp.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boostcpp.jam b/boostcpp.jam index 02ce085c12..eefc694f18 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