diff --git a/recipes/relibc/recipe.sh b/recipes/relibc/recipe.sh index 7518a071bef49d0a5887d6267c2db8bbaea0d9e6..87f665e50730629e5f49ee1578d580b385a5d172 100644 --- a/recipes/relibc/recipe.sh +++ b/recipes/relibc/recipe.sh @@ -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 }