Skip to content

Commit

Permalink
fix kivy#629
Browse files Browse the repository at this point in the history
  • Loading branch information
brussee committed Apr 12, 2016
1 parent 1ac0abc commit 4b07704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonforandroid/archs.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def get_env(self, with_flags_in_cc=True):

env['ARCH'] = self.arch

if self.ctx.python_recipe.from_crystax:
if self.ctx.python_recipe and self.ctx.python_recipe.from_crystax:
env['CRYSTAX_PYTHON_VERSION'] = self.ctx.python_recipe.version

return env
Expand Down

0 comments on commit 4b07704

Please sign in to comment.