From 4f64673d835fd0efd51cef78d2935b7628a6abfe Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 3 Oct 2018 01:47:45 +0200 Subject: Bundle libnss libraries when packaging... --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 119aafb..6a807f0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -86,6 +86,8 @@ using namespace std::chrono; // TODO: When creating a package with `sibs package` copy LICENSE files into archive. +// TODO: Support packaging with musl to reduce number of libraries needed for the package and also to reduce package size. + #if OS_FAMILY == OS_FAMILY_POSIX #define fout std::cout #define ferr std::cerr -- cgit v1.2.3