8000 Merge branch 'master' of github.com:kivy/python-for-android · kived/python-for-android@34bebe6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 34bebe6

Browse files
committed
Merge branch 'master' of github.com:kivy/python-for-android
2 parents c70b82e + 421eee2 commit 34bebe6

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)
0