diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-12 13:46:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-12 13:46:07 +0200 |
commit | ad4120afce8c7bc4001fc0173a0ff7611ec0198d (patch) | |
tree | ebbc31d03feda96560df437247b63206489a1139 /build/algorithm.cxx | |
parent | dd4a389117812f0d3b45473d87214d67d0cb4a3a (diff) |
Implement installation of prerequisite shared libraries
Diffstat (limited to 'build/algorithm.cxx')
-rw-r--r-- | build/algorithm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |