diff --git a/recipes/core/relibc/recipe.toml b/recipes/core/relibc/recipe.toml index 47895258..c0c059d4 100644 --- a/recipes/core/relibc/recipe.toml +++ b/recipes/core/relibc/recipe.toml @@ -10,7 +10,7 @@ COOKBOOK_MAKE_JOBS="$(( ${COOKBOOK_MAKE_JOBS} > 8 ? 8 : ${COOKBOOK_MAKE_JOBS} )) export CARGO=${CARGO:-env -u CARGO cargo} "${COOKBOOK_MAKE}" \ -C "${COOKBOOK_SOURCE}" \ - -j"$($NPROC)" \ + -j"${COOKBOOK_MAKE_JOBS}" \ DESTDIR="${COOKBOOK_STAGE}/usr" \ install """