diff options
Diffstat (limited to 'build/algorithm.cxx')
-rw-r--r-- | build/algorithm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/algorithm.cxx b/build/algorithm.cxx index f462bb8..9a2f9fb 100644 --- a/build/algorithm.cxx +++ b/build/algorithm.cxx @@ -323,7 +323,7 @@ namespace build if (rs == nullptr) // Could be outside any project. return; - const dir_path& out_root (rs->path ()); + const dir_path& out_root (rs->out_path ()); // If t is a directory (name is empty), say foo/bar/, then // t is bar and its parent directory is foo/. |