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

Fix xargo deadlock in relibc recipe

parent ea92ce22
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 {
make CARGO=xargo -j"$(nproc)"
make CARGO="env -u CARGO xargo" -j"$(nproc)"
skip=1
}
function recipe_stage {
dest="$(realpath $1)"
make CARGO=xargo DESTDIR="$dest" install
make CARGO="env -u CARGO xargo" DESTDIR="$dest" install
skip=1
}
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