diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-13 13:14:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-13 13:14:35 +0200 |
commit | e9a3804c2ea5972dd84a7d4759d4ea965c2490fb (patch) | |
tree | 89f6eeaf50486213f8de898d55fefeea080e54f2 /libbuild2/scope.hxx | |
parent | 1308eb0d740a687161641d52dabad8c0f849db08 (diff) |
Various minor generalizations for in-process configure support in bpkg
Diffstat (limited to 'libbuild2/scope.hxx')
-rw-r--r-- | libbuild2/scope.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<const build2::subprojects*> subprojects; + optional<build2::subprojects*> subprojects; bool altn; // True if using alternative build file/directory naming. bool loaded; // True if already loaded (load_root()). |