From f2667066ca67db972726149f6572e0a6b4a3afbe Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 21 Sep 2022 16:13:19 +0200 Subject: [PATCH] WIP Build on windows using the libkiwix branch iframe_based_content_viewer --- appveyor/install_libkiwix.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor/install_libkiwix.cmd b/appveyor/install_libkiwix.cmd index dc357e7..b1d6320 100644 --- a/appveyor/install_libkiwix.cmd +++ b/appveyor/install_libkiwix.cmd @@ -2,6 +2,7 @@ REM ======================================================== REM Install libkiwix git clone https://github.com/kiwix/libkiwix.git || exit /b 1 cd libkiwix +git checkout iframe_based_content_viewer || exit /b 1 set CPPFLAGS="-I%EXTRA_DIR%/include" meson . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1 cd build