Skip to content

Commit 78d9c87

Browse files
committed
Moved freetype postbuild into build step
1 parent 21bef83 commit 78d9c87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pythonforandroid/recipes/freetype/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ def build_arch(self, arch, with_harfbuzz=False):
127127
_env=env)
128128
shprint(sh.make, '-j5', _env=env)
129129

130-
def postbuild_arch(self, arch):
131-
shprint(sh.cp, 'objs/.libs/libfreetype.so', self.ctx.get_libs_dir(arch.arch))
130+
shprint(sh.cp, 'objs/.libs/libfreetype.so', self.ctx.get_libs_dir(arch.arch))
132131

133132

134133
recipe = FreetypeRecipe()

0 commit comments

Comments
 (0)