diff options
Diffstat (limited to 'libbuild2/cc/utility.hxx')
-rw-r--r-- | libbuild2/cc/utility.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libbuild2/cc/utility.hxx b/libbuild2/cc/utility.hxx index 017765b..5aef14c 100644 --- a/libbuild2/cc/utility.hxx +++ b/libbuild2/cc/utility.hxx @@ -19,10 +19,11 @@ namespace build2 { // To form the complete path do: // - // root.out_path () / root.root_extra->build_dir / module_dir + // root.out_path () / root.root_extra->build_dir / X_dir // - extern const dir_path module_dir; // cc/ - extern const dir_path modules_sidebuild_dir; // cc/modules/ + extern const dir_path module_dir; // cc/ + extern const dir_path module_build_dir; // cc/build/ + extern const dir_path module_build_modules_dir; // cc/build/modules/ // Compile output type. // |