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.
1 parent 82b2f97 commit 66be21dCopy full SHA for 66be21d
pythonforandroid/recipes/freetype/__init__.py
@@ -30,8 +30,7 @@ def build_arch(self, arch):
30
_env=env)
31
shprint(sh.make, '-j5', _env=env)
32
33
- def postbuild_arch(self, arch):
34
- shprint(sh.cp, 'objs/.libs/libfreetype.so', self.ctx.get_libs_dir(arch.arch))
+ shprint(sh.cp, 'objs/.libs/libfreetype.so', self.ctx.get_libs_dir(arch.arch))
35
36
37
recipe = FreetypeRecipe()
0 commit comments