From 0a37c8a57321592fc5b8bb4b5e1e64561bcc2931 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 27 Jan 2020 17:13:26 +0100 Subject: [PATCH] Change args given to kiwix-lib meson for android. --- kiwixbuild/dependencies/kiwix_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwixbuild/dependencies/kiwix_lib.py b/kiwixbuild/dependencies/kiwix_lib.py index deea079..0a66c12 100644 --- a/kiwixbuild/dependencies/kiwix_lib.py +++ b/kiwixbuild/dependencies/kiwix_lib.py @@ -23,7 +23,7 @@ class Kiwixlib(Dependency): def configure_option(self): platformInfo = self.buildEnv.platformInfo if platformInfo.build == 'android': - return '-Dandroid=true' + return '-Dwrapper=android' if platformInfo.build == 'iOS': return '-Db_bitcode=true' if platformInfo.name == 'flatpak':