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…
Reference in New Issue