We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
seem like we can replace clang to musl-gcc to build a musl based static curl.should we add this to readme
The text was updated successfully, but these errors were encountered:
@secwang Could you please elaborate on this?
Do you mean replacing the clang in line number 35 of the file build.sh like shown below:
clang
build.sh
from
apk add build-base clang openssl-dev nghttp2-dev nghttp2-static libssh2-dev libssh2-static
to
Will build a musl based static curl?
Sorry, something went wrong.
No branches or pull requests
seem like we can replace clang to musl-gcc to build a musl based static curl.should we add this to readme
The text was updated successfully, but these errors were encountered: