From db35189c87f657607d37587b8a13831a80dd3fc0 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 20 Jan 2026 10:29:17 -0700 Subject: [PATCH] Fix gigalomania recipe --- recipes/games/gigalomania/recipe.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/games/gigalomania/recipe.toml b/recipes/games/gigalomania/recipe.toml index 5a000cba..95f26d36 100644 --- a/recipes/games/gigalomania/recipe.toml +++ b/recipes/games/gigalomania/recipe.toml @@ -22,9 +22,9 @@ rsync -av --delete "${COOKBOOK_SOURCE}/" ./ export CPPHOST="${TARGET}-g++" -"${REDOX_MAKE}" all -j"$(${NPROC})" +"${COOKBOOK_MAKE}" all -j"${COOKBOOK_MAKE_JOBS}" -"${REDOX_MAKE}" VERBOSE=1 DESTDIR="${COOKBOOK_STAGE}/usr" install +"${COOKBOOK_MAKE}" VERBOSE=1 DESTDIR="${COOKBOOK_STAGE}/usr" install rm -rf "${COOKBOOK_STAGE}/bundle"