Skip to content

Commit ce717a7

Browse files
committed
fix autoconf libffi
1 parent 1a5ae1d commit ce717a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/libffi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def build_arch(self, arch):
4040
with current_directory(self.get_build_dir(arch.arch)):
4141
if not exists('configure'):
4242
shprint(sh.Command('./autogen.sh'), _env=env)
43-
shprint(sh.Command('autoreconf -vif'), _env=env)
43+
shprint(sh.Command('autoreconf'), '-vif', _env=env)
4444
shprint(sh.Command('./configure'), '--host=' + arch.toolchain_prefix,
4545
'--prefix=' + self.ctx.get_python_install_dir(),
4646
'--enable-shared', _env=env)

0 commit comments

Comments
 (0)