aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-01-11 07:14:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2024-01-11 07:14:12 +0200
commitd853d416fd3ad00c283c54fd09a881dbb50e52f5 (patch)
tree3e8b2837be14cd419c6be81b32568a2a31f69424 /libbuild2/cc
parent7197d069cb82286f9789a8ce987fe5f0f5b6f05d (diff)
Properly split injected ad hoc group member name in regex pattern rule
Diffstat (limited to 'libbuild2/cc')
-rw-r--r--libbuild2/cc/link-rule.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/cc/link-rule.cxx b/libbuild2/cc/link-rule.cxx
index 0cd87b3..76e4a25 100644
--- a/libbuild2/cc/link-rule.cxx
+++ b/libbuild2/cc/link-rule.cxx
@@ -1695,7 +1695,8 @@ namespace build2
fsdir::static_type,
path_cast<dir_path> (t.path () + ".dlls"),
t.out,
- string () /* name */));
+ string () /* name */,
+ nullopt /* ext */));
// By default our backlinking logic will try to symlink the
// directory and it can even be done on Windows using junctions.