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 c4b8969 commit 08f0d3cCopy full SHA for 08f0d3c
pythonforandroid/recipes/libxslt/__init__.py
@@ -12,7 +12,7 @@ class LibxsltRecipe(CythonRecipe):
12
patches = ['fix-dlopen.patch']
13
14
def should_build(self, arch):
15
- return not exists(join(self.get_build_container_dir(arch.arch),"libxslt/.libs/libxslt.a"))
+ return not exists(join(self.get_build_dir(arch.arch),".libs/libxslt.a"))
16
17
18
def get_recipe_env(self, arch):
0 commit comments