diff options
Diffstat (limited to 'build2/file.hxx')
-rw-r--r-- | build2/file.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/file.hxx b/build2/file.hxx index d946c88..f334d8c 100644 --- a/build2/file.hxx +++ b/build2/file.hxx @@ -21,6 +21,9 @@ namespace build2 using subprojects = std::map<string, dir_path>; + ostream& + operator<< (ostream&, const subprojects&); // Print as name@dir sequence. + extern const dir_path build_dir; // build extern const dir_path bootstrap_dir; // build/bootstrap |