redox/recipes/cargo/recipe.sh
2017-07-06 14:24:19 -07:00

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