mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +00:00
Make the version/variant tag conform to BBv1 behaviour.
[SVN r28439]
This commit is contained in:
@@ -468,7 +468,7 @@ rule rename ( name : type ? : property-set : unversioned ? )
|
||||
case tru64cxx* : toolset-tag += tru ;
|
||||
case vacpp* : toolset-tag += xlc ;
|
||||
}
|
||||
local version = [ MATCH "<toolset.*version>(.*)" : $(properties) ] ;
|
||||
local version = [ MATCH "<toolset.*version>([0123456789]+)[.]([0123456789]*)" : $(properties) ] ;
|
||||
toolset-tag += $(version) ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user