mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-24 04:53:29 -04:00
Build libkiwix with the right new option on android
This commit is contained in:
parent
72c271a74c
commit
aa4250dd41
@ -23,7 +23,7 @@ class Libkiwix(Dependency):
|
|||||||
def configure_option(self):
|
def configure_option(self):
|
||||||
platformInfo = self.buildEnv.platformInfo
|
platformInfo = self.buildEnv.platformInfo
|
||||||
if platformInfo.build == 'android':
|
if platformInfo.build == 'android':
|
||||||
return '-Dwrapper=android -Dwerror=false'
|
return '-Dstatic-linkage=true -Dwerror=false'
|
||||||
if platformInfo.build == 'iOS':
|
if platformInfo.build == 'iOS':
|
||||||
return '-Db_bitcode=true'
|
return '-Db_bitcode=true'
|
||||||
if platformInfo.name == 'flatpak':
|
if platformInfo.name == 'flatpak':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user