Merge pull request #527 from inclement/change_p4a_dir_name

Changed p4a directory name for current toolchain
This commit is contained in:
Mathieu Virbel 2017-12-15 16:21:52 +01:00 committed by GitHub
commit fc95dcb2af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ from os.path import join, expanduser, realpath
class TargetAndroidNew(TargetAndroid):
targetname = 'android'
p4a_branch = "stable"
p4a_directory = "python-for-android-master"
p4a_directory = "python-for-android-new-toolchain"
p4a_apk_cmd = "apk --debug --bootstrap="
extra_p4a_args = ''