diff options
Diffstat (limited to 'build/search.cxx')
-rw-r--r-- | build/search.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/search.cxx b/build/search.cxx index dfb603d..32302d6 100644 --- a/build/search.cxx +++ b/build/search.cxx @@ -33,7 +33,7 @@ namespace build d = *tk.dir; // Already normalized. else { - d = pk.scope->path (); + d = pk.scope->out_path (); if (!tk.dir->empty ()) { @@ -148,7 +148,7 @@ namespace build d = *tk.dir; // Already normalized. else { - d = pk.scope->path (); + d = pk.scope->out_path (); if (!tk.dir->empty ()) { |