Skip to content

Commit 66be21d

Browse files
committed
Moved freetype postbuild into build step
1 parent 82b2f97 commit 66be21d

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
@@ -30,8 +30,7 @@ def build_arch(self, arch):
3030
_env=env)
3131
shprint(sh.make, '-j5', _env=env)
3232

33-
def postbuild_arch(self, arch):
34-
shprint(sh.cp, 'objs/.libs/libfreetype.so', self.ctx.get_libs_dir(arch.arch))
33+
shprint(sh.cp, 'objs/.libs/libfreetype.so', self.ctx.get_libs_dir(arch.arch))
3534

3635

3736
recipe = FreetypeRecipe()

0 commit comments

Comments
 (0)