Skip to content

Commit 34382e0

Browse files
T-Dynamosszk2005
authored andcommitted
cffi: fix build
1 parent a5e4088 commit 34382e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonforandroid/recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ def get_recipe_env(self, arch=None, with_flags_in_cc=True):
977977
self.patch_shebangs(self._host_recipe.local_bin, self.real_hostpython_location)
978978
env["PATH"] = self._host_recipe.local_bin + ":" + self._host_recipe.site_bin + ":" + env["PATH"]
979979

980-
host_env = self.get_hostrecipe_env()
980+
host_env = self.get_hostrecipe_env(arch)
981981
env['PYTHONPATH'] = host_env["PYTHONPATH"]
982982

983983
if not self.call_hostpython_via_targetpython:

0 commit comments

Comments
 (0)