Skip to content

Commit 0e7ff22

Browse files
committed
remove patch
1 parent 483edf6 commit 0e7ff22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pythonforandroid/recipes/sdl3_image/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ class LibSDL3Image(BootstrapNDKRecipe):
1010
url = "https://github.com/libsdl-org/SDL_image/releases/download/release-{version}/SDL3_image-{version}.tar.gz"
1111
dir_name = "SDL3_image"
1212

13-
patches = ["enable-webp.patch"]
14-
1513
def get_include_dirs(self, arch):
1614
return [
1715
os.path.join(

0 commit comments

Comments
 (0)