Skip to content

Commit 7064fa9

Browse files
committed
Added linking to harfbuzz recipe
1 parent ef825d8 commit 7064fa9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pythonforandroid/recipes/harfbuzz/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ def should_build(self):
1818
def build_arch(self, arch):
1919

2020
env = self.get_recipe_env(arch)
21+
env['LDFLAGS'] = env['LDFLAGS'] + ' -L{}'.format(
22+
self.ctx.get_libs_dir(arch.arch) +
23+
'-L{}'.format(self.ctx.libs_dir))
2124
with current_directory(self.get_build_dir(arch.arch)):
2225
configure = sh.Command('./configure')
2326
shprint(configure, '--without-icu', '--host=arm-linux=androideabi',

0 commit comments

Comments
 (0)