From 88ee0be35d63c329b41e9ea6348c96e5127116c0 Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Thu, 23 Jan 2025 13:12:39 +1100 Subject: [PATCH] feat(ion): dynamic Signed-off-by: Anhad Singh --- recipes/core/ion/recipe.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/recipes/core/ion/recipe.toml b/recipes/core/ion/recipe.toml index 80c82e33e..cfc46e9ed 100644 --- a/recipes/core/ion/recipe.toml +++ b/recipes/core/ion/recipe.toml @@ -2,4 +2,9 @@ git = "https://gitlab.redox-os.org/redox-os/ion.git" [build] -template = "cargo" +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_cargo +""" +