Change args given to kiwix-lib meson for android. (#401)

Change args given to kiwix-lib meson for android.
This commit is contained in:
Matthieu Gautier 2020-01-31 11:10:32 +01:00 committed by GitHub
commit e90766fe60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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':