Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pythonforandroid/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,10 @@ class PyProjectRecipe(PythonRecipe):
extra_build_args = []
Comment thread
T-Dynamos marked this conversation as resolved.
call_hostpython_via_targetpython = False

def __init__(self):
super().__init__()
self.extra_build_args = []

def get_recipe_env(self, arch, **kwargs):
# Custom hostpython
self.ctx.python_recipe.python_exe = join(
Expand Down
Loading