Skip to content

Commit 8233229

Browse files
committed
mutex.patch not mutex3.patch
1 parent 8f1a04d commit 8233229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/sdl2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class LibSDL2Recipe(BootstrapNDKRecipe):
1414

1515
depends = ['sdl2_image', 'sdl2_mixer', 'sdl2_ttf']
1616

17-
patches = ['mutex3.patch']
17+
patches = ['mutex.patch']
1818

1919
def get_recipe_env(self, arch=None, with_flags_in_cc=True, with_python=True):
2020
env = super().get_recipe_env(

0 commit comments

Comments
 (0)