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 e928129 commit 3d651fdCopy full SHA for 3d651fd
1 file changed
pythonforandroid/recipes/kivy/__init__.py
@@ -64,6 +64,7 @@ def get_recipe_env(self, arch, **kwargs):
64
arch.arch)))
65
env['LDSHARED'] = env['CC'] + ' -shared'
66
env['LIBLINK'] = 'NOTNONE'
67
+ env['CFLAGS'] = env['CFLAGS'] + ' -Wno-incompatible-function-pointer-types'
68
69
# NDKPLATFORM is our switch for detecting Android platform, so can't be None
70
env['NDKPLATFORM'] = "NOTNONE"
0 commit comments