about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2025-05-01 19:47:53 +0200
committerbptato <nincsnevem662@gmail.com>2025-05-01 20:34:37 +0200
commit6d6978b1debfdd68bd2a0521f2d28021009f806a (patch)
tree29be3b8cdf277ad4aec7ba3a117aa0e976b6fe28 /doc
parent6d7ba989361cd307c84264611dc8987dc3cb9707 (diff)
downloadchawan-6d6978b1debfdd68bd2a0521f2d28021009f806a.tar.gz
Makefile: fix installation with static linking
Diffstat (limited to 'doc')
-rw-r--r--doc/build.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/build.md b/doc/build.md
index aa1c45d1..4ec6ae77 100644
--- a/doc/build.md
+++ b/doc/build.md
@@ -106,7 +106,8 @@ gcc.exe = "musl-gcc"
 gcc.linkerexe = "musl-gcc"
 ```
 
-* Compile and install OpenSSL, libssh2 and libbrotlidec to `/usr/local/musl`.
+* Compile and install OpenSSL, libssh2, libbrotlicommon and libbrotlidec
+  to `/usr/local/musl`.
 * Compile Chawan:
 
 ```sh