diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-03 01:47:45 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:33 +0200 |
commit | 4f64673d835fd0efd51cef78d2935b7628a6abfe (patch) | |
tree | e50145a0f469a7f033fd45012af3b74d23a9438c /src | |
parent | 5b25b99e2eed7eaf82bf73b8e8021b314fc3cbdb (diff) |
Bundle libnss libraries when packaging...
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |