aboutsummaryrefslogtreecommitdiff
path: root/build2/scope.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-05-17 09:04:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-05-17 09:04:51 +0200
commitf2dfe3ab13148fd1d3bd5adcfaa1b0ee1af89a1a (patch)
treecaa6a48be4ac21e50c0b386facb2902508769a95 /build2/scope.hxx
parentdc9bef945c8dfd13cf3753fdcb9c794dd4e65107 (diff)
Diagnose package/project name mismatch in version module
Diffstat (limited to 'build2/scope.hxx')
-rw-r--r--build2/scope.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/scope.hxx b/build2/scope.hxx
index 84e7ffb..83396b4 100644
--- a/build2/scope.hxx
+++ b/build2/scope.hxx
@@ -283,6 +283,7 @@ namespace build2
const dir_path& root_dir; // build[2]/root/
const dir_path& bootstrap_dir; // build[2]/bootstrap/
+ const path& bootstrap_file; // build[2]/bootstrap.build[2]
const path& root_file; // build[2]/root.build[2]
const path& export_file; // build[2]/export.build[2]
const path& src_root_file; // build[2]/bootstrap/src-root.build[2]