mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
Add curl dependency to cargo
This commit is contained in:
parent
39c61337ed
commit
37859d551d
@ -1,7 +1,7 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/cargo.git
|
||||
GIT_UPSTREAM=https://github.com/rust-lang/cargo.git
|
||||
BRANCH=redox
|
||||
BUILD_DEPENDS=(openssl zlib)
|
||||
BUILD_DEPENDS=(curl openssl zlib)
|
||||
|
||||
function recipe_build {
|
||||
sysroot="$(realpath ../sysroot)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user