From 2e98d3ec3aa57c7b1776d3bf5e7e219a9a3cb3af Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 9 Mar 2015 08:43:58 +0200 Subject: Build according to buildspec At this stage operations are still ignored. --- build/spec.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/spec.cxx') 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 != ".") { -- cgit v1.1