From 95ffc8c3b351c30de9bd6b0ed2c31f9fbb22cc8e Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Sat, 3 Nov 2018 10:39:14 +0100 Subject: [PATCH] =?UTF-8?q?TOREVERT=C2=A0use=20branch=20win=5Frelpath?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor/install_kiwix-lib.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor/install_kiwix-lib.cmd b/appveyor/install_kiwix-lib.cmd index 42461f1..2d84dd8 100644 --- a/appveyor/install_kiwix-lib.cmd +++ b/appveyor/install_kiwix-lib.cmd @@ -2,6 +2,7 @@ REM ======================================================== REM Install kiwix-lib git clone https://github.com/kiwix/kiwix-lib.git || exit /b 1 cd kiwix-lib +git checkout win_relpath meson . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1 cd build ninja || exit /b 1