redox/recipes/cargo/recipe.sh
2017-10-22 21:56:34 -06:00

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"
}