We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5ae1d commit ce717a7Copy full SHA for ce717a7
pythonforandroid/recipes/libffi/__init__.py
@@ -40,7 +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)
+ 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