diff --git a/pythonforandroid/recipe.py b/pythonforandroid/recipe.py index 9c086e0c8..0181aaba2 100644 --- a/pythonforandroid/recipe.py +++ b/pythonforandroid/recipe.py @@ -1251,6 +1251,10 @@ class PyProjectRecipe(PythonRecipe): extra_build_args = [] 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(