Skip to content
Snippets Groups Projects
Verified Commit 5d8079c1 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix relibc recipe

parent 6c272586
No related branches found
No related tags found
No related merge requests found
GIT=https://gitlab.redox-os.org/redox-os/relibc.git
function recipe_build {
"$REDOX_MAKE" CARGO="env -u CARGO cargo" -j"$($NPROC)"
skip=1
}
function recipe_stage {
dest="$(realpath $1)"
"$REDOX_MAKE" CARGO="env -u CARGO cargo" DESTDIR="$dest" install
skip=1
}
[recipe] [source]
# TODO: Set git link once userspace_fexec is merged. GIT=https://gitlab.redox-os.org/redox-os/relibc.git
#GIT=https://gitlab.redox-os.org/redox-os/relibc.git
[build] [build]
template = "custom" template = "custom"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment