Skip to content

Commit 36b418c

Browse files
authored
Merge pull request #1718 from j-devel/fix-sdl2image-compile-x86
Fix sdl2_image compile error when arch is x86
2 parents e63f248 + c85c702 commit 36b418c

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

pythonforandroid/recipes/sdl2_image/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from pythonforandroid.recipe import BootstrapNDKRecipe
2-
from pythonforandroid.patching import is_arch
32

43

54
class LibSDL2Image(BootstrapNDKRecipe):
@@ -8,7 +7,6 @@ class LibSDL2Image(BootstrapNDKRecipe):
87
dir_name = 'SDL2_image'
98

109
patches = ['toggle_jpg_png_webp.patch',
11-
('disable_jpg.patch', is_arch('x86')),
1210
'extra_cflags.patch',
1311
]
1412

pythonforandroid/recipes/sdl2_image/disable_jpg.patch

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

0 commit comments

Comments
 (0)