Set the default platform to `android` for `kiwix-android-custom` project.

Fix #206
This commit is contained in:
Matthieu Gautier 2018-08-20 11:18:01 +02:00
parent 81612c2f2c
commit 6f291b1c86
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ def parse_args():
options.ios_arch = ['armv7', 'arm64', 'i386', 'x86_64']
if not options.target_platform:
if options.target == 'kiwix-android':
if options.target in ('kiwix-android', 'kiwix-android-custom'):
options.target_platform = 'android'
else:
options.target_platform = 'native_dyn'