diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-01-11 07:14:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-01-11 07:14:12 +0200 |
commit | d853d416fd3ad00c283c54fd09a881dbb50e52f5 (patch) | |
tree | 3e8b2837be14cd419c6be81b32568a2a31f69424 /libbuild2/algorithm.ixx | |
parent | 7197d069cb82286f9789a8ce987fe5f0f5b6f05d (diff) |
Properly split injected ad hoc group member name in regex pattern rule
Diffstat (limited to 'libbuild2/algorithm.ixx')
-rw-r--r-- | libbuild2/algorithm.ixx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/algorithm.ixx b/libbuild2/algorithm.ixx index 0d931dc..2fbec3f 100644 --- a/libbuild2/algorithm.ixx +++ b/libbuild2/algorithm.ixx @@ -374,7 +374,7 @@ namespace build2 n += e; } - return add_adhoc_member (t, tt, t.dir, t.out, move (n)); + return add_adhoc_member (t, tt, t.dir, t.out, move (n), nullopt /* ext */); } inline target* |