8000 fix typo in pyjnius recipe · georgejs/python-for-android@03bb795 · GitHub
[go: up one dir, main page]

Skip to content

Commit 03bb795

Browse files
committed
fix typo in pyjnius recipe
1 parent d29c7d2 commit 03bb795

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)
0