8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6433d0 commit 37c6d9dCopy full SHA for 37c6d9d
pythonforandroid/recipes/kivy/__init__.py
@@ -41,14 +41,6 @@ def get_recipe_env(self, arch):
41
join(self.ctx.bootstrap.build_dir, 'jni', 'SDL2_ttf'),
42
])
43
44
- # Set include dir for pxi files - Kivy normally handles this
45
- # in the setup.py invocation, but we skip this
46
- build_dir = self.get_build_dir(arch.arch)
47
- if exists(join(build_dir, 'kivy', 'include')):
48
- self.cython_args = ['-I{}'.format(join(build_dir, 'kivy', 'include'))]
49
-
50
- env['CFLAGS'] += ' -I{}'.format(join(build_dir, 'kivy', 'include'))
51
52
return env
53
54
recipe = KivyRecipe()
0 commit comments