Skip to content

Commit 421eee2

Browse files
committed
fix bad attr
change `build_order` to `recipe_build_order`
1 parent 8ee5e0a commit 421eee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ class PythonRecipe(Recipe):
710710

711711
@property
712712
def real_hostpython_location(self):
713-
if 'hostpython2' in self.ctx.build_order:
713+
if 'hostpython2' in self.ctx.recipe_build_order:
714714
return join(
715715
Recipe.get_recipe('hostpython2', self.ctx).get_build_dir(),
716716
'hostpython')

0 commit comments

Comments
 (0)