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 0a8d96a commit 0326f88Copy full SHA for 0326f88
pythonforandroid/recipes/python3/__init__.py
@@ -73,7 +73,7 @@ def add_flags(include_flags, link_flags):
73
recipe = Recipe.get_recipe('libffi', self.ctx)
74
include = ' -I' + ' -I'.join(recipe.get_include_dirs(arch))
75
ldflag = ' -L' + join(recipe.get_build_dir(arch.arch),
76
- recipe.get_host(arch), '.libs') + ' -lffi'
+ recipe.get_host(arch), '.libs') + ' -lffi'
77
add_flags(include, ldflag)
78
# libffi needs some extra configurations
79
env['LIBFFI_CFLAGS'] = env.get('CFLAGS', '') + include
0 commit comments