From ba6fb7bad26e8f7cf778d978a57f306ea6b7855b Mon Sep 17 00:00:00 2001 From: Ansh Dadwal Date: Sun, 12 Oct 2025 06:23:35 +0530 Subject: [PATCH] `cffi`: fix build --- pythonforandroid/recipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/recipe.py b/pythonforandroid/recipe.py index 8808ffc0d2..e93bc125e5 100644 --- a/pythonforandroid/recipe.py +++ b/pythonforandroid/recipe.py @@ -977,7 +977,7 @@ def get_recipe_env(self, arch=None, with_flags_in_cc=True): self.patch_shebangs(self._host_recipe.local_bin, self.real_hostpython_location) env["PATH"] = self._host_recipe.local_bin + ":" + self._host_recipe.site_bin + ":" + env["PATH"] - host_env = self.get_hostrecipe_env() + host_env = self.get_hostrecipe_env(arch) env['PYTHONPATH'] = host_env["PYTHONPATH"] if not self.call_hostpython_via_targetpython: