diff --git a/recipes/tools/schismtracker/recipe.toml b/recipes/tools/schismtracker/recipe.toml index 7d08b5ad5..c55a97a20 100644 --- a/recipes/tools/schismtracker/recipe.toml +++ b/recipes/tools/schismtracker/recipe.toml @@ -14,6 +14,8 @@ dependencies = [ "libiconv", ] script = """ +DYNAMIC_INIT + export CFLAGS="${CFLAGS} -I${COOKBOOK_SYSROOT}/include/SDL" export SDL_CONFIG="${COOKBOOK_SYSROOT}/bin/sdl-config" @@ -25,4 +27,4 @@ COOKBOOK_CONFIGURE_FLAGS=( ) cookbook_configure -""" \ No newline at end of file +"""