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/search.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/search.cxx') 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; -- cgit v1.1