mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 09:08:42 +08:00
8 lines
146 B
Bash
8 lines
146 B
Bash
GIT=https://github.com/ids1024/cargo.git
|
|
BRANCH=redox
|
|
BUILD_DEPENDS=(openssl)
|
|
|
|
function recipe_build {
|
|
export OPENSSL_DIR="$PWD/../sysroot"
|
|
}
|