We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9344dc1 + 9150fab commit 98a1063Copy full SHA for 98a1063
1 file changed
pythonforandroid/recipe.py
@@ -1130,6 +1130,7 @@ def build_arch(self, arch):
1130
'''Build any cython components, then install the Python module by
1131
calling pip install with the target Python dir.
1132
'''
1133
+ self.install_hostpython_prerequisites()
1134
Recipe.build_arch(self, arch)
1135
self.build_cython_components(arch)
1136
self.install_python_package(arch)
0 commit comments