summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2017-06-30 20:53:17 +0300
committerGitHub <noreply@github.com>2017-06-30 20:53:17 +0300
commitcc5057e621691274f7f46b9b0e5fd1a2dd7ffe7e (patch)
treeaf34d4efe059cc203b4f5a109a745215c1e5ac2a
parentf57016e86aa1079cf9f4d4885f139a8785dc4a12 (diff)
downloadboost-pdimov-patch-3.tar.gz
Add <address-model> to versioned tagpdimov-patch-3
-rw-r--r--boostcpp.jam2
1 files changed, 1 insertions, 1 deletions
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
- <base> <toolset> <threading> <runtime> -$(BOOST_VERSION_TAG)
+ <base> <toolset> <threading> <runtime> <address-model> -$(BOOST_VERSION_TAG)
-$(BUILD_ID)
: $(name) : $(type) : $(property-set) ] ;
}