diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-01-19 08:09:52 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:58 +0200 |
commit | 3527a09b8da4d8bdc09035b522fde0e9d8db8785 (patch) | |
tree | 4b0d1c4628a6aaa6f8ba858e16d076e918031c33 | |
parent | 7cc5348a8b7495b8b79ed1830223bd3acd3c8aee (diff) |
Update readme
-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. |