diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-09 08:43:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-09 08:43:58 +0200 |
commit | 2e98d3ec3aa57c7b1776d3bf5e7e219a9a3cb3af (patch) | |
tree | 9a7fd8701853c5df17587be0ef00c61a32d6fc40 /build/spec.cxx | |
parent | 7de6f6f275d840e8d9523c72d8f4309c51b4dcd3 (diff) |
Build according to buildspec
At this stage operations are still ignored.
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 != ".") { |