Skip to content

Commit

Permalink
Merge pull request #233 from inclement/p4a_revamp_redirect
Browse files Browse the repository at this point in the history
Changed p4a download to pull old_toolchain branch
  • Loading branch information
inclement committed Oct 1, 2015
2 parents b6c69a6 + 029d560 commit f2fc785
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildozer/targets/android.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,8 @@ def install_platform(self):
cmd('ln -sf {} ./python-for-android'.format(system_p4a_dir),
cwd = self.buildozer.platform_dir)
else:
cmd('git clone https://github.com/kivy/python-for-android',
cmd('git clone -b old_toolchain --single-branch '
'https://github.com/kivy/python-for-android.git',
cwd=self.buildozer.platform_dir)
elif self.platform_update:
cmd('git clean -dxf', cwd=pa_dir)
Expand Down

0 comments on commit f2fc785

Please sign in to comment.