aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-01-08 00:12:24 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-01-08 00:12:24 -0800
commitcdbdc55cbf38e0faac6d53903de3a6d8bd804a8c (patch)
treee8f26ca261e1a095db1cb804594c4d86858d3474 /README.md
parent3f472bd5119f4df985dec6e4c019a630ea7e02ee (diff)
downloadbun-cdbdc55cbf38e0faac6d53903de3a6d8bd804a8c.tar.gz
bun-cdbdc55cbf38e0faac6d53903de3a6d8bd804a8c.tar.zst
bun-cdbdc55cbf38e0faac6d53903de3a6d8bd804a8c.zip
We don't statically link iconv
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index a7b7836f2..853ecfc8a 100644
--- a/README.md
+++ b/README.md
@@ -4932,7 +4932,6 @@ bun also statically links these libraries:
- [`boringssl`](https://boringssl.googlesource.com/boringssl/), which has [several licenses](https://boringssl.googlesource.com/boringssl/+/refs/heads/master/LICENSE)
- [`libarchive`](https://github.com/libarchive/libarchive), which has [several licenses](https://github.com/libarchive/libarchive/blob/master/COPYING)
-- [`libiconv`](https://www.gnu.org/software/libiconv/), which is LGPL2. It’s a dependency of libarchive.
- [`lol-html`](https://github.com/cloudflare/lol-html/tree/master/c-api), which is BSD 3-Clause licensed
- [`mimalloc`](https://github.com/microsoft/mimalloc), which is MIT licensed
- [`picohttp`](https://github.com/h2o/picohttpparser), which is dual-licensed under the Perl License or the MIT License