Skip to content

Commit daf150d

Browse files
committed
fix numpy
1 parent 3e64ed2 commit daf150d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonforandroid/recipes/numpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_recipe_env(self, arch, **kwargs):
3636
"python3", self.ctx).get_build_dir(arch.arch), "android-build", "python")
3737
return env
3838

39-
def build_arch(self, arch):
39+
def build_arch(self, arch=None):
4040
super().build_arch(arch)
4141
self.restore_hostpython_prerequisites(["cython"])
4242

0 commit comments

Comments
 (0)