mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Fix xargo deadlock in relibc recipe
This commit is contained in:
parent
ea92ce22bf
commit
ebda92aa7f
@ -1,12 +1,12 @@
|
||||
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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user