Skip to content

Commit e226a8c

Browse files
committed
Dont forget exslt
1 parent 0f243c9 commit e226a8c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pythonforandroid/recipes/libxslt/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def build_arch(self, arch):
2929
_env=env)
3030
shprint(sh.make, "V=1", _env=env)
3131
shutil.copyfile('libxslt/.libs/libxslt.a', join(self.ctx.get_libs_dir(arch.arch), 'libxslt.a'))
32+
shutil.copyfile('libexslt/.libs/libexslt.a', join(self.ctx.get_libs_dir(arch.arch), 'libexslt.a'))
3233

3334

3435
def get_recipe_env(self, arch):

0 commit comments

Comments
 (0)