diff options
Diffstat (limited to 'build/target.cxx')
-rw-r--r-- | build/target.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/target.cxx b/build/target.cxx index 136b912..6fdfb7b 100644 --- a/build/target.cxx +++ b/build/target.cxx @@ -141,7 +141,7 @@ namespace build if (p.dir.relative ()) { paths sp; - sp.push_back (src_out (p.scope.path ())); // src_base + sp.push_back (src_out (p.scope.path (), p.scope)); // src_base return search_existing_file (p, sp); } |