2
0
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:
Dave Abrahams
2003-11-14 21:17:11 +00:00
parent 26ea0bd963
commit e845d377b5

View File

@@ -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) ;