From f2dfe3ab13148fd1d3bd5adcfaa1b0ee1af89a1a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 17 May 2019 09:04:51 +0200 Subject: Diagnose package/project name mismatch in version module --- build2/scope.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/scope.hxx') 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] -- cgit v1.1