mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
Set the default option in the method parsing arguments, not in the builder.
This commit is contained in:
@ -18,11 +18,6 @@ class Builder:
|
||||
PlatformInfo.get_platform('neutral', self._targets)
|
||||
|
||||
target_platform = option('target_platform')
|
||||
if not target_platform:
|
||||
if option('target') == 'kiwix-android':
|
||||
target_platform = 'android'
|
||||
else:
|
||||
target_platform = 'native_dyn'
|
||||
platform = PlatformInfo.get_platform(target_platform, self._targets)
|
||||
if neutralEnv('distname') not in platform.compatible_hosts:
|
||||
print(('ERROR: The target platform {} cannot be build on host {}.\n'
|
||||
|
Reference in New Issue
Block a user