Skip to content

Commit 8e40271

Browse files
committed
Merge pull request kivy#735 from kived/libffi-reconf
call autoreconf before building libffi
2 parents c3db914 + 974372f commit 8e40271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/recipes/libffi/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +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)
4344
shprint(sh.Command('./configure'), '--host=' + arch.toolchain_prefix,
4445
'--prefix=' + self.ctx.get_python_install_dir(),
4546
'--enable-shared', _env=env)

0 commit comments

Comments
 (0)