From bdc26a481dd09480935760aa37126d51b7c764d4 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 19 May 2026 20:12:54 -0600 Subject: [PATCH] sopwith: use autotools_recursive_regenerate --- recipes/games/sopwith/recipe.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/games/sopwith/recipe.toml b/recipes/games/sopwith/recipe.toml index b680fa4ed..a1fec0e3e 100644 --- a/recipes/games/sopwith/recipe.toml +++ b/recipes/games/sopwith/recipe.toml @@ -2,7 +2,8 @@ tar = "https://github.com/fragglet/sdl-sopwith/releases/download/sdl-sopwith-2.9.0/sdl-sopwith-2.9.0.tar.gz" blake3 = "44e1404a9c4bea257d7778d2a4b1512231603a74b0a7b18eac5d18f36730ed3e" script = """ -./autogen.sh +DYNAMIC_INIT +autotools_recursive_regenerate """ [build]