Add dependency directories for curl

This commit is contained in:
Jeremy Soller 2017-11-20 20:36:20 -07:00
parent e4ab437476
commit 36bbaca4cf

View File

@ -1,7 +1,9 @@
GIT=https://github.com/redox-os/cargo.git
BRANCH=redox_rebase
BUILD_DEPENDS=(openssl)
BUILD_DEPENDS=(openssl zlib)
function recipe_build {
export DEP_OPENSSL_ROOT="$PWD/../sysroot"
export OPENSSL_DIR="$PWD/../sysroot"
export DEP_Z_ROOT="$PWD/../sysroot"
}