diff options
Diffstat (limited to 'build2/file.hxx')
-rw-r--r-- | build2/file.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/file.hxx b/build2/file.hxx index 9f93365..a56a61f 100644 --- a/build2/file.hxx +++ b/build2/file.hxx @@ -35,6 +35,8 @@ namespace build2 extern const path export_file; // build/export.build extern const path config_file; // build/config.build + extern const path buildfile_file; // buildfile + bool is_src_root (const dir_path&); |