From 548bdfb7bdd7c4761b58bed18b0032afc05b3ce4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Dec 2020 10:59:34 +0200 Subject: Add match_rule() in addition to match_recipe() --- libbuild2/rule.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libbuild2/rule.cxx') diff --git a/libbuild2/rule.cxx b/libbuild2/rule.cxx index 6af074c..8b2b021 100644 --- a/libbuild2/rule.cxx +++ b/libbuild2/rule.cxx @@ -153,6 +153,7 @@ namespace build2 } const file_rule file_rule::instance; + const rule_match file_rule::rule_match ("file", file_rule::instance); // alias_rule // -- cgit v1.1