summaryrefslogtreecommitdiff
path: root/boostcpp.jam
diff options
context:
space:
mode:
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 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) ] ;
}