Skip to content

Commit bc32ef7

Browse files
committed
Merge pull request kivy#523 from kived/fix-recipe-typo
fix typo in pyjnius recipe
2 parents d29c7d2 + 03bb795 commit bc32ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pyjnius/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class PyjniusRecipe(CythonRecipe):
1212
depends = ['python2', ('sdl2', 'sdl'), 'six']
1313
site_packages_name = 'jnius'
1414

15-
patches = [('sdl2_jnienv_getter.patch', will_build('sdl2')]
15+
patches = [('sdl2_jnienv_getter.patch', will_build('sdl2'))]
1616

1717
def postbuild_arch(self, arch):
1818
super(PyjniusRecipe, self).postbuild_arch(arch)

0 commit comments

Comments
 (0)