-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Apparently self.ctx.python_recipe is not defined in the if statement at line 113 in archs.py
File "./boost/__init__.py", line 49, in get_recipe_env
env = super(BoostRecipe, self).get_recipe_env(arch)
File "/home/paul/.local/lib/python2.7/site-packages/pythonforandroid/recipe.py", line 474, in get_recipe_env
return arch.get_env(with_flags_in_cc=with_flags_in_cc)
File "/home/paul/.local/lib/python2.7/site-packages/pythonforandroid/archs.py", line 113, in get_env
if self.ctx.python_recipe.from_crystax:
AttributeError: 'NoneType' object has no attribute 'from_crystax'
Metadata
Metadata
Assignees
Labels
No labels