diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-08-02 13:29:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-08-02 13:29:39 +0200 |
commit | 33256470a38504a5fcfdf050784efbf0dc93144c (patch) | |
tree | 8e77d926de8fca7f177214c5323ff16e1aced4cc /libbuild2/bash/rule.hxx | |
parent | 5ae1fe4cfc96233d5acf013e0c3a6ac2c4a6b2c5 (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.hxx | 2 |
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; |