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/recipe.cxx | |
parent | 3a71bffd5680d64d19c914aa9dbf1a8fc9f094ef (diff) |
Add inner_recipe for expressiveness
Diffstat (limited to 'libbuild2/recipe.cxx')
-rw-r--r-- | libbuild2/recipe.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/recipe.cxx b/libbuild2/recipe.cxx index eeafe87..87d37e7 100644 --- a/libbuild2/recipe.cxx +++ b/libbuild2/recipe.cxx @@ -11,4 +11,5 @@ namespace build2 recipe_function* const noop_recipe = &noop_action; recipe_function* const default_recipe = &default_action; recipe_function* const group_recipe = &group_action; + recipe_function* const inner_recipe = &execute_inner; } |