mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
8 lines
147 B
Bash
8 lines
147 B
Bash
GIT=https://github.com/redox-os/cargo.git
|
|
BRANCH=redox
|
|
BUILD_DEPENDS=(openssl)
|
|
|
|
function recipe_build {
|
|
export OPENSSL_DIR="$PWD/../sysroot"
|
|
}
|