mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-11 13:30:01 -04:00
update deps
This commit is contained in:
parent
276d6b685b
commit
0f3815d2f8
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ mkdir -p $PREFIX
|
|||
|
||||
cd build
|
||||
rm -rf mbedtls
|
||||
git clone -b mbedtls-3.6.2 --recursive --depth=1 https://github.com/Mbed-TLS/mbedtls mbedtls
|
||||
git clone -b mbedtls-3.6.3 --recursive --depth=1 https://github.com/Mbed-TLS/mbedtls mbedtls
|
||||
cd mbedtls
|
||||
|
||||
emmake make CFLAGS="-O3" no_test -j$CORE_COUNT
|
||||
|
|
|
@ -10,7 +10,7 @@ PREFIX=$(realpath build/nghttp2-wasm)
|
|||
|
||||
cd build
|
||||
rm -rf nghttp2
|
||||
git clone -b v1.64.0 --depth=1 https://github.com/nghttp2/nghttp2
|
||||
git clone -b v1.65.0 --depth=1 https://github.com/nghttp2/nghttp2
|
||||
cd nghttp2
|
||||
|
||||
rm -rf $PREFIX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue