Merge pull request #513 from kiwix/android_no_werror

This commit is contained in:
Matthieu Gautier 2022-01-18 13:23:12 +01:00 committed by GitHub
commit 0f3e25024e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class Libkiwix(Dependency):
def configure_option(self):
platformInfo = self.buildEnv.platformInfo
if platformInfo.build == 'android':
return '-Dwrapper=android'
return '-Dwrapper=android -Dwerror=false'
if platformInfo.build == 'iOS':
return '-Db_bitcode=true'
if platformInfo.name == 'flatpak':