mirror of
https://github.com/boostorg/boost.git
synced 2025-04-11 07:41:06 +00:00
Encode architecture and address model in versioned layout names
This commit is contained in:
parent
154a53591f
commit
68f38db893
1 changed files with 1 additions and 1 deletions
|
@ -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) ] ;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue