aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-01-19 08:09:52 +0100
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:58 +0200
commit3527a09b8da4d8bdc09035b522fde0e9d8db8785 (patch)
tree4b0d1c4628a6aaa6f8ba858e16d076e918031c33
parent7cc5348a8b7495b8b79ed1830223bd3acd3c8aee (diff)
Update readme
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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.