mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 13:35:00 +00:00
Update the layout version info, since this patch was not merged previously.
This commit is contained in:
parent
06c1e1ee6c
commit
24fcd69412
1 changed files with 4 additions and 4 deletions
|
@ -70,12 +70,12 @@ if $(layout[3])
|
|||
{
|
||||
layout-version = 1.40 ;
|
||||
}
|
||||
else if [ version-less [ regex.split $(layout-version) "[.]" ] : 1 67 ]
|
||||
else if [ version-less [ regex.split $(layout-version) "[.]" ] : 1 69 ]
|
||||
{
|
||||
layout-version = 1.66 ;
|
||||
}
|
||||
}
|
||||
layout-version ?= 1.67 ;
|
||||
layout-version ?= 1.69 ;
|
||||
|
||||
# On Windows, we used versioned layout by default in order to be compatible with
|
||||
# autolink. On other systems, we use system layout which is what every other
|
||||
|
@ -137,7 +137,7 @@ if $(layout) = versioned
|
|||
case 1.66 :
|
||||
.format-name-args =
|
||||
<base> <toolset> <threading> <runtime> <arch-and-model> ;
|
||||
case 1.67 :
|
||||
case 1.69 :
|
||||
.format-name-args =
|
||||
<base> <toolset> <threading> <runtime> <arch-and-model> ;
|
||||
}
|
||||
|
@ -152,7 +152,7 @@ else if $(layout) = tagged
|
|||
case 1.66 :
|
||||
.format-name-args =
|
||||
<base> <threading> <runtime> ;
|
||||
case 1.67 :
|
||||
case 1.69 :
|
||||
.format-name-args =
|
||||
<base> <threading> <runtime> <arch-and-model> ;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue