Skip to content

Commit 0abb807

Browse files
authored
Merge pull request kivy#1751 from goffi-contrib/libxml2_lzma_fix
[libxml2] fixed crash on missing lzma.h
2 parents 380506e + 3a93557 commit 0abb807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/recipes/libxml2/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def build_arch(self, arch):
3737
'--without-python',
3838
'--without-threads',
3939
'--without-iconv',
40+
'--without-lzma',
4041
'--disable-shared',
4142
'--enable-static',
4243
_env=env)

0 commit comments

Comments
 (0)