From ad4120afce8c7bc4001fc0173a0ff7611ec0198d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 12 Dec 2015 13:46:07 +0200 Subject: Implement installation of prerequisite shared libraries --- build/algorithm.ixx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build/algorithm.ixx') diff --git a/build/algorithm.ixx b/build/algorithm.ixx index 72a04fe..309f99b 100644 --- a/build/algorithm.ixx +++ b/build/algorithm.ixx @@ -34,10 +34,8 @@ namespace build const std::string* ext, scope* scope) { - const std::string* proj (nullptr); return search ( - prerequisite_key - {&proj, {&type, &dir, &name, &ext}, scope}); + prerequisite_key {nullptr, {&type, &dir, &name, &ext}, scope}); } template -- cgit v1.1