From 7481fcdf48e14c0a2949cee01cc9c80249a33e6d Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 1 Jun 2025 14:35:17 -0300 Subject: [PATCH] Try to fix the mousefood recipe --- recipes/wip/demos/mousefood/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/demos/mousefood/recipe.toml b/recipes/wip/demos/mousefood/recipe.toml index 94ee5dfd9..6f870f004 100644 --- a/recipes/wip/demos/mousefood/recipe.toml +++ b/recipes/wip/demos/mousefood/recipe.toml @@ -11,7 +11,7 @@ recipe="$(basename "${COOKBOOK_RECIPE}")" --manifest-path "${COOKBOOK_SOURCE}/${PACKAGE_PATH}/Cargo.toml" \ --example "${example}" \ --release \ - --simulator + --features=simulator mkdir -pv "${COOKBOOK_STAGE}/usr/bin" cp -v \ "target/${TARGET}/${build_type}/examples/${example}" \