Skip to content

Commit ba6fb7b

Browse files
committed
cffi: fix build
1 parent c63d8e2 commit ba6fb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)