Skip to content

Commit 8e74adf

Browse files
committed
Removed freetype recipe code erroneously added during rebase
1 parent fb72022 commit 8e74adf

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pythonforandroid/recipes/freetype/__init__.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -116,18 +116,5 @@ def build_arch(self, arch, with_harfbuzz=False):
116116
# recipes to the definitive library, located at: objs/.libs
117117
self.install_libs(arch, 'objs/.libs/libfreetype.so')
118118

119-
with current_directory(self.get_build_dir(arch.arch)):
120-
configure = sh.Command('./configure')
121-
shprint(configure,
122-
'--host=arm-linux-androideabi',
123-
'--prefix={}'.format(realpath('.')),
124-
'--without-zlib',
125-
'--without-harfbuzz',
126-
'--with-png=no',
127-
_env=env)
128-
shprint(sh.make, '-j5', _env=env)
129-
130-
shprint(sh.cp, 'objs/.libs/libfreetype.so', self.ctx.get_libs_dir(arch.arch))
131-
132119

133120
recipe = FreetypeRecipe()

0 commit comments

Comments
 (0)