mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Add dependency directories for curl
This commit is contained in:
parent
e4ab437476
commit
36bbaca4cf
@ -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"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user