mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 22:40:01 -04:00
downgrade wolfssl to work around a regression
This commit is contained in:
parent
23dd3bd981
commit
754b211c59
3 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "libcurl.js",
|
||||
"version": "0.6.14",
|
||||
"version": "0.6.15",
|
||||
"description": "An experimental port of libcurl to WebAssembly for use in the browser.",
|
||||
"main": "libcurl.mjs",
|
||||
"exports": {
|
||||
|
|
|
@ -12,7 +12,7 @@ mkdir -p $PREFIX
|
|||
|
||||
cd build
|
||||
rm -rf wolfssl
|
||||
git clone -b v5.7.2-stable --depth=1 https://github.com/wolfSSL/wolfssl wolfssl
|
||||
git clone -b v5.6.6-stable --depth=1 https://github.com/wolfSSL/wolfssl wolfssl
|
||||
cd wolfssl
|
||||
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue