We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ppr
1 parent 6494ac1 commit 032f9d1Copy full SHA for 032f9d1
1 file changed
pythonforandroid/recipe.py
@@ -1251,6 +1251,10 @@ class PyProjectRecipe(PythonRecipe):
1251
extra_build_args = []
1252
call_hostpython_via_targetpython = False
1253
1254
+ def __init__(self):
1255
+ super().__init__()
1256
+ self.extra_build_args = []
1257
+
1258
def get_recipe_env(self, arch, **kwargs):
1259
# Custom hostpython
1260
self.ctx.python_recipe.python_exe = join(
0 commit comments