mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Set the default platform to android
for kiwix-android-custom
project.
Fix #206
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user