diff --git a/pythonforandroid/recipe.py b/pythonforandroid/recipe.py index 55db2bc19..7450e0991 100644 --- a/pythonforandroid/recipe.py +++ b/pythonforandroid/recipe.py @@ -1133,6 +1133,7 @@ def build_arch(self, arch): '''Build any cython components, then install the Python module by calling pip install with the target Python dir. ''' + self.install_hostpython_prerequisites() Recipe.build_arch(self, arch) self.build_cython_components(arch) self.install_python_package(arch)