aboutsummaryrefslogtreecommitdiff
path: root/build/target.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/target.cxx')
-rw-r--r--build/target.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/target.cxx b/build/target.cxx
index 669ff7a..9e0bea7 100644
--- a/build/target.cxx
+++ b/build/target.cxx
@@ -378,7 +378,7 @@ namespace build
if (pk.tk.dir->relative ())
{
dir_paths sp;
- sp.push_back (src_out (pk.scope->path (), *pk.scope)); // src_base
+ sp.push_back (pk.scope->src_path ()); // src_base
return search_existing_file (pk, sp);
}
else