aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/bash/rule.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-08-02 13:29:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-08-02 13:29:39 +0200
commit33256470a38504a5fcfdf050784efbf0dc93144c (patch)
tree8e77d926de8fca7f177214c5323ff16e1aced4cc /libbuild2/bash/rule.hxx
parent5ae1fe4cfc96233d5acf013e0c3a6ac2c4a6b2c5 (diff)
Make bash.in rule match exe{} without bash{} modules with hint
Diffstat (limited to 'libbuild2/bash/rule.hxx')
-rw-r--r--libbuild2/bash/rule.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/bash/rule.hxx b/libbuild2/bash/rule.hxx
index 3da0c73..246ec4a 100644
--- a/libbuild2/bash/rule.hxx
+++ b/libbuild2/bash/rule.hxx
@@ -32,7 +32,7 @@ namespace build2
in_rule (): rule ("bash.in 1", "bash.in", '@', false /* strict */) {}
virtual bool
- match (action, target&) const override;
+ match (action, target&, const string&, match_extra&) const override;
virtual recipe
apply (action, target&) const override;