mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 13:22:11 +00:00
Fix testing suffixes
[SVN r20809]
This commit is contained in:
@@ -508,6 +508,10 @@ rule normalize-properties
|
||||
{
|
||||
switch $(property)
|
||||
{
|
||||
case <*><*><tag>* : result += $(property) ;
|
||||
case <*><tag>* : result += <*>$(property) ;
|
||||
case <tag>* : result += <*><*>$(property) ;
|
||||
|
||||
case <*><*><*><*@*>* : result += $(property) ;
|
||||
case <*><*><*@*>* : result += <*>$(property) ;
|
||||
case <*><*@*>* : result += <*><*>$(property) ;
|
||||
|
||||
Reference in New Issue
Block a user