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