From 9bf72ceea8d924492aac5969c14650517849658b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 6 Jan 2018 10:18:16 +0100 Subject: Fix dynamic lib dependencies in packages with no source files Packages with no source files do not output a library that is included by dependencies, so we need to give our dependencies to the dependant package --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index f4d022e..a2e6565 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -57,6 +57,8 @@ using namespace std::chrono; // TODO: Add support for common package managers (in distros). If package with the dependency version exists in package manager, install and use it instead +// TODO: Make dependency/project names case insensitive. This means we can't use pkgconfig + #if OS_FAMILY == OS_FAMILY_POSIX #define ferr std::cerr #else -- cgit v1.2.3