aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/install
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-06-01 09:56:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-06-01 09:56:35 +0200
commit061879137a62cb905f75e35c104cff379fb95134 (patch)
treef2eadd70948730f9b8f7f570330479eef49e956a /libbuild2/install
parent3a71bffd5680d64d19c914aa9dbf1a8fc9f094ef (diff)
Add inner_recipe for expressiveness
Diffstat (limited to 'libbuild2/install')
-rw-r--r--libbuild2/install/rule.cxx2
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;