aboutsummaryrefslogtreecommitdiff
path: root/build/prerequisite.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/prerequisite.cxx')
-rw-r--r--build/prerequisite.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/prerequisite.cxx b/build/prerequisite.cxx
index 2437826..1f9f68b 100644
--- a/build/prerequisite.cxx
+++ b/build/prerequisite.cxx
@@ -29,7 +29,7 @@ namespace build
//
else if (!pk.tk.dir->absolute ())
{
- string s (diag_relative (pk.scope->path (), false));
+ string s (diag_relative (pk.scope->out_path (), false));
if (!s.empty ())
os << s << ':';