Build libkiwix with the right new option on android

This commit is contained in:
Matthieu Gautier 2022-06-09 10:30:37 +02:00
parent 72c271a74c
commit aa4250dd41
1 changed files with 1 additions and 1 deletions

View File

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