update build.libressl.sh
update script to download 3.4.2 instead of 3.0.2
This commit is contained in:
parent
69bdc2f3b1
commit
127e604f88
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
LIBRESSL_VERSION="3.0.2"
|
LIBRESSL_VERSION="3.4.2"
|
||||||
|
|
||||||
mkdir -p deps
|
mkdir -p deps
|
||||||
mkdir -p deps/include
|
mkdir -p deps/include
|
||||||
|
@ -17,4 +17,4 @@ make -j$(nproc || sysctl -n hw.ncpu || sysctl -n hw.logicalcpu)
|
||||||
cp -fr include ../../deps
|
cp -fr include ../../deps
|
||||||
cp crypto/.libs/libcrypto.a ../../deps/lib
|
cp crypto/.libs/libcrypto.a ../../deps/lib
|
||||||
cp ssl/.libs/libssl.a ../../deps/lib
|
cp ssl/.libs/libssl.a ../../deps/lib
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue