Skip to content

Commit 02c93f8

Browse files
committed
Made ndk builds allow missing deps
This lets the python_shared dependency work.
1 parent 223225f commit 02c93f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pythonforandroid/recipes/sdl2/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ def get_recipe_env(self, arch=None):
2121
env['PYTHON2_NAME'] = py2.get_dir_name()
2222
if 'python2' in self.ctx.recipe_build_order:
2323
env['EXTRA_LDLIBS'] = ' -lpython2.7'
24+
25+
env['APP_ALLOW_MISSING_DEPS'] = 'true'
2426
return env
2527

2628
def build_arch(self, arch):

0 commit comments

Comments
 (0)