From 2c258d52ebcb6085ed17e2f8ff1ad6cb8c1f9c36 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Fri, 20 Oct 2023 11:20:57 +0200 Subject: [PATCH] Revert back the libkiwix version to 12.1.1 We don't have a version 13.0.0 for libkiwix. So the master branch of libkiwix is generating version 12.1.1. We must use the correct version as we try to fix the rpath on macos and we we don't have the right version, we fail because the lib file doesn't exist. --- kiwixbuild/versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index db9c3fdf..50e1be73 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -2,7 +2,7 @@ main_project_versions = { 'libzim': '8.2.1', - 'libkiwix': '13.0.0', + 'libkiwix': '12.1.1', 'kiwix-tools': '3.5.0', 'zim-tools': '3.2.0', 'kiwix-desktop': '2.3.1' # Also change KIWIX_DESKTOP_VERSION and KIWIX_DESKTOP_RELEASE in appveyor.yml