aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/scope.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-06-17 10:04:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-06-17 10:04:28 +0200
commit2f29c7fbe758ffb53e4de9983df8b1cc927dad05 (patch)
tree682cb0b312b97c4fd037a04adb406086de6fd161 /libbuild2/scope.hxx
parent0478cfe438ca728690fb93bafe43fbe8e2b006b4 (diff)
Add ability to ignore subprojects in create_bootstrap_outer()
Diffstat (limited to 'libbuild2/scope.hxx')
-rw-r--r--libbuild2/scope.hxx2
1 files changed, 1 insertions, 1 deletions
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 <libbuild2/file.hxx> 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&);