Merge pull request #513 from kiwix/android_no_werror
This commit is contained in:
commit
0f3e25024e
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue