diff options
Diffstat (limited to 'build/spec.cxx')
-rw-r--r-- | build/spec.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/spec.cxx b/build/spec.cxx index fb83b31..31bd4f1 100644 --- a/build/spec.cxx +++ b/build/spec.cxx @@ -15,9 +15,9 @@ namespace build ostream& operator<< (ostream& os, const targetspec& s) { - if (!s.src_root.empty ()) + if (!s.src_base.empty ()) { - string d (diag_relative_work (s.src_root)); + string d (diag_relative_work (s.src_base)); if (d != ".") { |