Skip to content

Commit 483edf6

Browse files
committed
remove patch
1 parent 7183fd6 commit 483edf6

2 files changed

Lines changed: 7 additions & 12 deletions

File tree

pythonforandroid/recipes/sdl3_image/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,12 @@ def prebuild_arch(self, arch):
3737
shprint(sh.Command("./download.sh"))
3838
super().prebuild_arch(arch)
3939

40+
def get_recipe_env(
41+
self, arch=None, with_flags_in_cc=True, with_python=False
42+
):
43+
env = super().get_recipe_env(arch, with_flags_in_cc, with_python)
44+
env["SUPPORT_WEBP"] = "true"
45+
return env
46+
4047

4148
recipe = LibSDL3Image()

pythonforandroid/recipes/sdl3_image/enable-webp.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)