mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-21 03:06:55 -04:00
Change args given to kiwix-lib meson for android. (#401)
Change args given to kiwix-lib meson for android.
This commit is contained in:
commit
e90766fe60
@ -23,7 +23,7 @@ class Kiwixlib(Dependency):
|
||||
def configure_option(self):
|
||||
platformInfo = self.buildEnv.platformInfo
|
||||
if platformInfo.build == 'android':
|
||||
return '-Dandroid=true'
|
||||
return '-Dwrapper=android'
|
||||
if platformInfo.build == 'iOS':
|
||||
return '-Db_bitcode=true'
|
||||
if platformInfo.name == 'flatpak':
|
||||
|
Loading…
x
Reference in New Issue
Block a user