diff options
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/bash/rule.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/bash/rule.hxx b/libbuild2/bash/rule.hxx index 246ec4a..f7ce5cd 100644 --- a/libbuild2/bash/rule.hxx +++ b/libbuild2/bash/rule.hxx @@ -34,6 +34,8 @@ namespace build2 virtual bool match (action, target&, const string&, match_extra&) const override; + using in::rule::match; // Make Clang happy. + virtual recipe apply (action, target&) const override; |