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.hxx | |
parent | 3a71bffd5680d64d19c914aa9dbf1a8fc9f094ef (diff) |
Add inner_recipe for expressiveness
Diffstat (limited to 'libbuild2/recipe.hxx')
-rw-r--r-- | libbuild2/recipe.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/recipe.hxx b/libbuild2/recipe.hxx index 5a6e38d..97261f5 100644 --- a/libbuild2/recipe.hxx +++ b/libbuild2/recipe.hxx @@ -49,6 +49,7 @@ namespace build2 LIBBUILD2_SYMEXPORT extern recipe_function* const noop_recipe; LIBBUILD2_SYMEXPORT extern recipe_function* const default_recipe; LIBBUILD2_SYMEXPORT extern recipe_function* const group_recipe; + LIBBUILD2_SYMEXPORT extern recipe_function* const inner_recipe; } #endif // LIBBUILD2_RECIPE_HXX |