diff options
Diffstat (limited to 'libbuild2/scope.hxx')
-rw-r--r-- | libbuild2/scope.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libbuild2/scope.hxx b/libbuild2/scope.hxx index 473dde8..027fa46 100644 --- a/libbuild2/scope.hxx +++ b/libbuild2/scope.hxx @@ -430,8 +430,9 @@ namespace build2 const path& buildfile_file; // buildfile or build2file const path& buildignore_file; // buildignore or build2ignore - const dir_path& root_dir; // build[2]/root/ - const dir_path& bootstrap_dir; // build[2]/bootstrap/ + const dir_path& root_dir; // build[2]/root/ + const dir_path& bootstrap_dir; // build[2]/bootstrap/ + const dir_path& build_build_dir; // build[2]/build/ const path& bootstrap_file; // build[2]/bootstrap.build[2] const path& root_file; // build[2]/root.build[2] |