Correctly install packages.

This commit is contained in:
Matthieu Gautier
2018-05-29 12:32:55 +02:00
parent 4d6b6994bc
commit 7e8ed1a623
3 changed files with 82 additions and 97 deletions

View File

@ -35,8 +35,8 @@ def parse_args():
help="Skip SSL certificate verification during download")
subgroup.add_argument('--clean-at-end', action='store_true',
help="Clean all intermediate files after the (successfull) build")
subgroup.add_argument('--force-install-packages', action='store_true',
help="Allways check for needed packages before compiling")
subgroup.add_argument('--dont-install-packages', action='store_true',
help="Do not try to install packages before compiling")
subgroup = parser.add_argument_group('custom app',
description="Android custom app specific options")
subgroup.add_argument('--android-custom-app',