Add curl dependency to cargo

This commit is contained in:
Jeremy Soller 2019-04-09 17:59:55 -06:00
parent 39c61337ed
commit 37859d551d
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -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)"