Use openssl3 for curl

This commit is contained in:
Wildan M 2026-02-11 18:05:24 +07:00
parent 7b3cddad93
commit 811f56dd1e
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -8,8 +8,8 @@ template = "cmake"
dependencies = [
#TODO: git fails to build when this is a dependency: "libpsl",
"nghttp2",
"openssl1",
"zlib"
"openssl3",
"zlib",
]
cmakeflags = [
"-DCURL_DISABLE_FTP=On",