We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483edf6 commit 0e7ff22Copy full SHA for 0e7ff22
pythonforandroid/recipes/sdl3_image/__init__.py
@@ -10,8 +10,6 @@ class LibSDL3Image(BootstrapNDKRecipe):
10
url = "https://github.com/libsdl-org/SDL_image/releases/download/release-{version}/SDL3_image-{version}.tar.gz"
11
dir_name = "SDL3_image"
12
13
- patches = ["enable-webp.patch"]
14
-
15
def get_include_dirs(self, arch):
16
return [
17
os.path.join(
0 commit comments