8000
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 4ea920f commit 974372fCopy full SHA for 974372f
pythonforandroid/recipes/libffi/__init__.py
@@ -40,6 +40,7 @@ def build_arch(self, arch):
40
with current_directory(self.get_build_dir(arch.arch)):
41
if not exists('configure'):
42
shprint(sh.Command('./autogen.sh'), _env=env)
43
+ shprint(sh.Command('autoreconf -vif'), _env=env)
44
shprint(sh.Command('./configure'), '--host=' + arch.toolchain_prefix,
45
'--prefix=' + self.ctx.get_python_install_dir(),
46
'--enable-shared', _env=env)
0 commit comments