We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e64ed2 commit daf150dCopy full SHA for daf150d
1 file changed
pythonforandroid/recipes/numpy/__init__.py
@@ -36,7 +36,7 @@ def get_recipe_env(self, arch, **kwargs):
36
"python3", self.ctx).get_build_dir(arch.arch), "android-build", "python")
37
return env
38
39
- def build_arch(self, arch):
+ def build_arch(self, arch=None):
40
super().build_arch(arch)
41
self.restore_hostpython_prerequisites(["cython"])
42
0 commit comments