mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-22 11:56:21 -04:00
Do not compile libkiwix on android with werror
The java wrapper is using deprecated methods, so we cannot compile with `werror`.
This commit is contained in:
parent
d1941aa5af
commit
fe74ad7aff
@ -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…
x
Reference in New Issue
Block a user