aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/name.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/name.ixx')
-rw-r--r--libbuild2/name.ixx3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/name.ixx b/libbuild2/name.ixx
index 837915f..80a097e 100644
--- a/libbuild2/name.ixx
+++ b/libbuild2/name.ixx
@@ -20,6 +20,9 @@ namespace build2
if (r == 0)
r = pair < x.pair ? -1 : (pair > x.pair ? 1 : 0);
+ if (r == 0)
+ r = pattern == x.pattern ? 0 : (!pattern && x.pattern ? -1 : 1);
+
return r;
}