We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dc135 commit d76036dCopy full SHA for d76036d
pythonforandroid/recipes/hostpython3crystax/__init__.py
@@ -34,7 +34,8 @@ def build_arch(self, arch):
34
# https://github.com/kivy/python-for-android/issues/1154
35
sub_build_dir = join(self.get_build_dir(), 'build')
36
shprint(sh.mkdir, '-p', sub_build_dir)
37
- system_python = sh.which("python" + self.version)
+ python3crystax = self.get_recipe('python3crystax', self.ctx)
38
+ system_python = sh.which("python" + python3crystax.version)
39
link_dest = join(self.get_build_dir(), 'hostpython')
40
shprint(sh.ln, '-sf', system_python, link_dest)
41
0 commit comments