redox/recipes/relibc/recipe.sh
2018-03-26 20:15:19 -06:00

13 lines
187 B
Bash

GIT=https://github.com/redox-os/relibc.git
function recipe_build {
make
skip=1
}
function recipe_stage {
dest="$(realpath $1)"
make DESTDIR="$dest" install
skip=1
}