aboutsummaryrefslogtreecommitdiff
path: root/build/search.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-03-09 08:43:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-03-09 08:43:58 +0200
commit2e98d3ec3aa57c7b1776d3bf5e7e219a9a3cb3af (patch)
tree9a7fd8701853c5df17587be0ef00c61a32d6fc40 /build/search.cxx
parent7de6f6f275d840e8d9523c72d8f4309c51b4dcd3 (diff)
Build according to buildspec
At this stage operations are still ignored.
Diffstat (limited to 'build/search.cxx')
-rw-r--r--build/search.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/search.cxx b/build/search.cxx
index e80f7e7..5f21c64 100644
--- a/build/search.cxx
+++ b/build/search.cxx
@@ -41,7 +41,7 @@ namespace build
}
}
- auto i (targets.find (p.type.id, d, p.name, p.ext, trace));
+ auto i (targets.find (p.type, d, p.name, p.ext, trace));
if (i == targets.end ())
return 0;