We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29c7d2 commit 03bb795Copy full SHA for 03bb795
pythonforandroid/recipes/pyjnius/__init__.py
@@ -12,7 +12,7 @@ class PyjniusRecipe(CythonRecipe):
12
depends = ['python2', ('sdl2', 'sdl'), 'six']
13
site_packages_name = 'jnius'
14
15
- patches = [('sdl2_jnienv_getter.patch', will_build('sdl2')]
+ patches = [('sdl2_jnienv_getter.patch', will_build('sdl2'))]
16
17
def postbuild_arch(self, arch):
18
super(PyjniusRecipe, self).postbuild_arch(arch)
0 commit comments