From e9a3804c2ea5972dd84a7d4759d4ea965c2490fb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 13 Apr 2023 13:14:35 +0200 Subject: Various minor generalizations for in-process configure support in bpkg --- 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 3d31ff1..0eabd17 100644 --- a/libbuild2/scope.hxx +++ b/libbuild2/scope.hxx @@ -477,7 +477,7 @@ namespace build2 // is not yet determined (happens at the end of bootstrap_src()). NULL // means there are no subprojects. // - optional subprojects; + optional subprojects; bool altn; // True if using alternative build file/directory naming. bool loaded; // True if already loaded (load_root()). -- cgit v1.1