Skip to content

Commit 08f0d3c

Browse files
committed
get_build_dir changed
1 parent c4b8969 commit 08f0d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/libxslt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class LibxsltRecipe(CythonRecipe):
1212
patches = ['fix-dlopen.patch']
1313

1414
def should_build(self, arch):
15-
return not exists(join(self.get_build_container_dir(arch.arch),"libxslt/.libs/libxslt.a"))
15+
return not exists(join(self.get_build_dir(arch.arch),".libs/libxslt.a"))
1616

1717

1818
def get_recipe_env(self, arch):

0 commit comments

Comments
 (0)