We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8eb278 commit 53e0634Copy full SHA for 53e0634
pythonforandroid/recipes/sdl2_image/__init__.py
@@ -14,7 +14,8 @@ def prebuild_arch(self, arch):
14
info('SDL2_image already patched, skipping')
15
return
16
self.apply_patch('disable_webp.patch', arch.arch)
17
- self.apply_patch('disable_jpg.patch', arch.arch)
+ if arch.arch == 'x86':
18
+ self.apply_patch('disable_jpg.patch', arch.arch)
19
shprint(sh.touch, join(build_dir, '.patched'))
20
21
recipe = LibSDL2Image()
0 commit comments