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 26dfac2 + 1e72955 commit 20d9258Copy full SHA for 20d9258
pythonforandroid/recipes/freetype/__init__.py
@@ -76,6 +76,7 @@ def build_arch(self, arch, with_harfbuzz=False):
76
'--host={}'.format(arch.command_prefix),
77
'--prefix={}'.format(prefix_path),
78
'--without-zlib',
79
+ '--without-bzip2',
80
'--with-png=no',
81
}
82
if not harfbuzz_in_recipes:
0 commit comments