Encode architecture and address model in versioned layout names

This commit is contained in:
Peter Dimov 2017-07-07 03:00:01 +03:00
parent 154a53591f
commit 68f38db893

View file

@ -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) ] ;
}