From 3527a09b8da4d8bdc09035b522fde0e9d8db8785 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 19 Jan 2020 08:09:52 +0100 Subject: Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6b562a..b112b45 100644 --- a/README.md +++ b/README.md @@ -216,4 +216,5 @@ where libraryType is either "static" or "dynamic" - different configurations dep Args specified under \[cmake.static] or \[cmake.dynamic] are appended to the args specified under \[cmake] # TODO -Make shell scripts portable. Currently they only work with bash... Use shellcheck to find the issues. +* Make shell scripts portable. Currently they only work with bash... Use shellcheck to find the issues. +* Use `-Wl,-Bstatic` and `-Wl,-Bdynamic` when linking libraries, otherwise it's not possible to build with musl that prefers static libraries and will give an error if the static version doesn't exist. -- cgit v1.2.3