fix git link: use CURL_LIBCURL for static deps (#66)

This commit is contained in:
Adeeb Shihadeh
2026-03-24 11:20:08 -07:00
committed by GitHub
parent 54dafe6c1b
commit 2f5b981c19
2 changed files with 16 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ run_as_root() {
}
if [ "$(uname)" = "Darwin" ]; then
brew install nasm pkg-config ccache
brew install nasm pkg-config ccache autoconf automake libtool
elif command -v dnf &>/dev/null; then
dnf install -y nasm cmake gcc-c++ pkgconfig git perl-IPC-Cmd ccache autoconf automake libtool
elif command -v apt-get &>/dev/null; then