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/file.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/file.cxx') diff --git a/build/file.cxx b/build/file.cxx index 59fe1b9..73ce7cb 100644 --- a/build/file.cxx +++ b/build/file.cxx @@ -957,8 +957,8 @@ namespace build target& import (const prerequisite_key& pk) { - assert (*pk.proj != nullptr); - const string& p (**pk.proj); + assert (pk.proj != nullptr); + const string& p (*pk.proj); // @@ We no longer have location. This is especially bad for the // empty case, i.e., where do I need to specify the project -- cgit v1.1