We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6089ac4 commit af5d59eCopy full SHA for af5d59e
pythonforandroid/recipes/kivy/__init__.py
@@ -58,6 +58,7 @@ def get_recipe_env(self, arch, **kwargs):
58
59
# NDKPLATFORM is our switch for detecting Android platform, so can't be None
60
env['NDKPLATFORM'] = "NOTNONE"
61
+ env['KIVY_CROSS_PLATFORM'] = 'android'
62
if 'sdl2' in self.ctx.recipe_build_order:
63
env['USE_SDL2'] = '1'
64
env['KIVY_SPLIT_EXAMPLES'] = '1'
0 commit comments