diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-09 13:20:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-09 13:20:03 +0200 |
commit | ee02acafdcd9bd21d4daf41cee5ca15e94561630 (patch) | |
tree | 96e3af4e3b0375571be639180d84ec3de52c2a01 /libbuild2/cc/utility.hxx | |
parent | 782c437c634dc3c54384e4c3bbcb31ef54910f90 (diff) |
Move C++ modules sidebuild to build/cc/build/modules/ subdirectory
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. // |