mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 17:18:46 +08:00
Use openssl3 for curl
This commit is contained in:
parent
7b3cddad93
commit
811f56dd1e
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user