aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/bash/rule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/bash/rule.hxx')
-rw-r--r--libbuild2/bash/rule.hxx2
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;