mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
10 lines
247 B
Bash
10 lines
247 B
Bash
GIT=https://gitlab.redox-os.org/redox-os/cargo.git
|
|
BRANCH=redox
|
|
BUILD_DEPENDS=(openssl zlib)
|
|
|
|
function recipe_build {
|
|
export DEP_OPENSSL_ROOT="$PWD/../sysroot"
|
|
export OPENSSL_DIR="$PWD/../sysroot"
|
|
export DEP_Z_ROOT="$PWD/../sysroot"
|
|
}
|