diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-01 09:56:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-01 09:56:35 +0200 |
commit | 061879137a62cb905f75e35c104cff379fb95134 (patch) | |
tree | f2eadd70948730f9b8f7f570330479eef49e956a /libbuild2/install/rule.cxx | |
parent | 3a71bffd5680d64d19c914aa9dbf1a8fc9f094ef (diff) |
Add inner_recipe for expressiveness
Diffstat (limited to 'libbuild2/install/rule.cxx')
-rw-r--r-- | libbuild2/install/rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/install/rule.cxx b/libbuild2/install/rule.cxx index c0fbe0c..7e6121d 100644 --- a/libbuild2/install/rule.cxx +++ b/libbuild2/install/rule.cxx @@ -197,7 +197,7 @@ namespace build2 if (a.operation () == update_id) { match_inner (a, t); - return &execute_inner; + return inner_recipe; } else return noop_recipe; |