Skip to content

Commit 2146dad

Browse files
committed
Removed unnecessary parameter in kivy recipe env
1 parent ec40afd commit 2146dad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pythonforandroid/recipes/kivy/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def cythonize_build(self, env, build_dir='.'):
3434
def get_recipe_env(self, arch):
3535
env = super(KivyRecipe, self).get_recipe_env(arch)
3636
if 'sdl2' in self.ctx.recipe_build_order:
37-
env['CUR_ARCH'] = arch.arch
3837
env['USE_SDL2'] = '1'
3938
env['KIVY_SDL2_PATH'] = ':'.join([
4039
join(self.ctx.bootstrap.build_dir, 'jni', 'SDL', 'include'),

0 commit comments

Comments
 (0)