mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 19:34:18 +08:00
10 lines
238 B
Bash
10 lines
238 B
Bash
GIT=https://github.com/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"
|
|
}
|