summaryrefslogtreecommitdiff
path: root/boostcpp.jam
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2017-07-07 03:00:01 +0300
committerPeter Dimov <pdimov@pdimov.com>2017-10-21 21:06:16 +0300
commita0486b9cfadac6ebc6f7a2c41073c127996b74ef (patch)
treeeb39c42792834263bee724ae14c2998d9c5602ec /boostcpp.jam
parent7078be7c785bff269fb0530de554b4803dd81f06 (diff)
downloadboost-a0486b9cfadac6ebc6f7a2c41073c127996b74ef.tar.gz
Encode architecture and address model in versioned layout names
Diffstat (limited to 'boostcpp.jam')
-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) ] ;
}