From 2f29c7fbe758ffb53e4de9983df8b1cc927dad05 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 17 Jun 2022 10:04:28 +0200 Subject: Add ability to ignore subprojects in create_bootstrap_outer() --- libbuild2/scope.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/scope.hxx') diff --git a/libbuild2/scope.hxx b/libbuild2/scope.hxx index 948fc7d..36bbc81 100644 --- a/libbuild2/scope.hxx +++ b/libbuild2/scope.hxx @@ -602,7 +602,7 @@ namespace build2 // These two from set strong_. // - friend LIBBUILD2_SYMEXPORT void create_bootstrap_outer (scope&); + friend LIBBUILD2_SYMEXPORT void create_bootstrap_outer (scope&, bool); friend LIBBUILD2_SYMEXPORT scope& create_bootstrap_inner (scope&, const dir_path&); -- cgit v1.1