diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |