update curl and fix memory error with websockets

This commit is contained in:
ading2210 2025-01-22 16:10:44 -05:00
parent 8b53625743
commit 5c3c591a41
4 changed files with 19 additions and 13 deletions

View file

@ -14,7 +14,7 @@ NGHTTP2_PREFIX=$(realpath build/nghttp2-wasm)
cd build
rm -rf curl
git clone -b curl-8_10_1 --depth=1 https://github.com/curl/curl
git clone -b curl-8_11_1 --depth=1 https://github.com/curl/curl
cd curl
autoreconf -fi