Set the default platform to `android` for `kiwix-android-custom` project.
Fix #206
This commit is contained in:
parent
81612c2f2c
commit
6f291b1c86
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue