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.
2 parents c3db914 + 974372f commit 8e40271Copy full SHA for 8e40271
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