diff --git a/recipes/libs/sdl1-ttf/recipe.toml b/recipes/libs/sdl1-ttf/recipe.toml index 4d0280e6e..a8e57304d 100644 --- a/recipes/libs/sdl1-ttf/recipe.toml +++ b/recipes/libs/sdl1-ttf/recipe.toml @@ -16,16 +16,15 @@ dependencies = [ "zlib", ] script = """ +DYNAMIC_INIT export CFLAGS="${CFLAGS} -I${COOKBOOK_SYSROOT}/include/freetype2" - COOKBOOK_CONFIGURE_FLAGS=( --prefix=/ --build="$(gcc -dumpmachine)" --host="${TARGET}" --disable-shared ) - cookbook_configure rm -f "${COOKBOOK_STAGE}/lib/"*.la -""" \ No newline at end of file +"""