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.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/algorithm.cxx') diff --git a/build/algorithm.cxx b/build/algorithm.cxx index 461d8d2..b296929 100644 --- a/build/algorithm.cxx +++ b/build/algorithm.cxx @@ -32,7 +32,7 @@ namespace build // If this is a project-qualified prerequisite, then this // is import's business. // - if (*pk.proj != nullptr) + if (pk.proj != nullptr) return import (pk); if (target* t = pk.tk.type->search (pk)) -- cgit v1.1