Skip to content

Commit 16711ea

Browse files
committed
remove getenv.patch from pyjnius recipe
1 parent 605766b commit 16711ea

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

pythonforandroid/recipes/pyjnius/__init__.py

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

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

1817
def postbuild_arch(self, arch):
1918
super(PyjniusRecipe, self).postbuild_arch(arch)

pythonforandroid/recipes/pyjnius/getenv.patch

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)