Merge pull request #527 from inclement/change_p4a_dir_name
Changed p4a directory name for current toolchain
This commit is contained in:
commit
fc95dcb2af
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from os.path import join, expanduser, realpath
|
||||||
class TargetAndroidNew(TargetAndroid):
|
class TargetAndroidNew(TargetAndroid):
|
||||||
targetname = 'android'
|
targetname = 'android'
|
||||||
p4a_branch = "stable"
|
p4a_branch = "stable"
|
||||||
p4a_directory = "python-for-android-master"
|
p4a_directory = "python-for-android-new-toolchain"
|
||||||
p4a_apk_cmd = "apk --debug --bootstrap="
|
p4a_apk_cmd = "apk --debug --bootstrap="
|
||||||
extra_p4a_args = ''
|
extra_p4a_args = ''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue