aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.