mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Add common-stage-tag back in for backward compatability.
[SVN r20832]
This commit is contained in:
@@ -2692,3 +2692,7 @@ rule common-names ( )
|
||||
{
|
||||
return common-variant-tag ;
|
||||
}
|
||||
rule common-stage-tag ( toolset variant : subvariant-path properties * )
|
||||
{
|
||||
return [ common-variant-tag $(toolset) $(variant) : $(subvariant-path) $(properties) ] ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user