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 9528e07 commit 98583ebCopy full SHA for 98583eb
pythonforandroid/recipes/genericndkbuild/__init__.py
@@ -19,6 +19,8 @@ def get_recipe_env(self, arch=None):
19
env['PYTHON2_NAME'] = py2.get_dir_name()
20
if 'python2' in self.ctx.recipe_build_order:
21
env['EXTRA_LDLIBS'] = ' -lpython2.7'
22
+
23
+ env['APP_ALLOW_MISSING_DEPS'] = 'true'
24
return env
25
26
def build_arch(self, arch):
0 commit comments