Skip to content

Fix sdl2_image compile error when arch is x86 #1718

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pythonforandroid/recipes/sdl2_image/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from pythonforandroid.recipe import BootstrapNDKRecipe
from pythonforandroid.patching import is_arch


class LibSDL2Image(BootstrapNDKRecipe):
Expand All @@ -8,7 +7,6 @@ class LibSDL2Image(BootstrapNDKRecipe):
dir_name = 'SDL2_image'

patches = ['toggle_jpg_png_webp.patch',
('disable_jpg.patch', is_arch('x86')),
'extra_cflags.patch',
]

Expand Down
11 changes: 0 additions & 11 deletions pythonforandroid/recipes/sdl2_image/disable_jpg.patch

This file was deleted.