aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/recipe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/recipe.cxx')
-rw-r--r--libbuild2/recipe.cxx1
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;
}