Skip to content

Python recipe from Crystax undefined #629

@brussee

Description

@brussee

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions