From 03bb79565ce2f0dd8441269b148fd1eb98441c1e Mon Sep 17 00:00:00 2001 From: Ryan Pessa Date: Thu, 10 Dec 2015 13:03:11 -0600 Subject: [PATCH] fix typo in pyjnius recipe --- pythonforandroid/recipes/pyjnius/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/recipes/pyjnius/__init__.py b/pythonforandroid/recipes/pyjnius/__init__.py index da42dc3eb6..62d83bed00 100644 --- a/pythonforandroid/recipes/pyjnius/__init__.py +++ b/pythonforandroid/recipes/pyjnius/__init__.py @@ -12,7 +12,7 @@ class PyjniusRecipe(CythonRecipe): depends = ['python2', ('sdl2', 'sdl'), 'six'] site_packages_name = 'jnius' - patches = [('sdl2_jnienv_getter.patch', will_build('sdl2')] + patches = [('sdl2_jnienv_getter.patch', will_build('sdl2'))] def postbuild_arch(self, arch): super(PyjniusRecipe, self).postbuild_arch(arch)