Update build script

This commit is contained in:
Tindy X 2019-12-21 00:47:51 +08:00
parent c505be1503
commit 9449277e55
No known key found for this signature in database
GPG Key ID: C6AD413169968D58

View File

@ -3,7 +3,7 @@ mkdir obj
set -xe
apk add gcc g++ build-base linux-headers cmake make autoconf automake libtool
apk add libressl-dev zlib-dev rapidjson-dev libevent-dev libevent-static
apk add libressl-dev zlib-dev rapidjson-dev libevent-dev libevent-static zlib-static
git clone https://github.com/curl/curl
cd curl