summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2017-07-07 03:00:01 +0300
committerPeter Dimov <pdimov@pdimov.com>2017-07-07 03:00:01 +0300
commit68f38db893b6a6aa4c6b9d72db0ee633d914ab2e (patch)
treeea891b625028ab4212519431eb74cba458dacce5
parent154a53591fc293190198fbfa4ec487f791177825 (diff)
downloadboost-feature/arch-and-model.tar.gz
Encode architecture and address model in versioned layout namesfeature/arch-and-model
-rw-r--r--boostcpp.jam2
1 files changed, 1 insertions, 1 deletions
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
- <base> <toolset> <threading> <runtime> -$(BOOST_VERSION_TAG)
+ <base> <toolset> <threading> <runtime> <arch-and-model> -$(BOOST_VERSION_TAG)
-$(BUILD_ID)
: $(name) : $(type) : $(property-set) ] ;
}