Skip to content

Commit 98583eb

Browse files
committed
Fixed genericndkbuild recipe for NDK 15+
1 parent 9528e07 commit 98583eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pythonforandroid/recipes/genericndkbuild/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ def get_recipe_env(self, arch=None):
1919
env['PYTHON2_NAME'] = py2.get_dir_name()
2020
if 'python2' in self.ctx.recipe_build_order:
2121
env['EXTRA_LDLIBS'] = ' -lpython2.7'
22+
23+
env['APP_ALLOW_MISSING_DEPS'] = 'true'
2224
return env
2325

2426
def build_arch(self, arch):

0 commit comments

Comments
 (0)