From 8cd41a714ce30540552e03fe92f0327bf7d4a428 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 11 Apr 2025 14:39:30 -0600 Subject: [PATCH] libicu: compile dynamically --- recipes/wip/libs/other/libicu/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/wip/libs/other/libicu/recipe.toml b/recipes/wip/libs/other/libicu/recipe.toml index 324ecdb8..af611d53 100644 --- a/recipes/wip/libs/other/libicu/recipe.toml +++ b/recipes/wip/libs/other/libicu/recipe.toml @@ -6,6 +6,7 @@ patches = ["redox.patch"] [build] template = "custom" script = """ +DYNAMIC_INIT COOKBOOK_CONFIGURE="${COOKBOOK_SOURCE}/source/configure" mkdir -p host pushd host