Skip to content

Commit af5d59e

Browse files
committed
add KIVY_CROSS_PLATFORM
1 parent 6089ac4 commit af5d59e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/recipes/kivy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def get_recipe_env(self, arch, **kwargs):
5858

5959
# NDKPLATFORM is our switch for detecting Android platform, so can't be None
6060
env['NDKPLATFORM'] = "NOTNONE"
61+
env['KIVY_CROSS_PLATFORM'] = 'android'
6162
if 'sdl2' in self.ctx.recipe_build_order:
6263
env['USE_SDL2'] = '1'
6364
env['KIVY_SPLIT_EXAMPLES'] = '1'

0 commit comments

Comments
 (0)