From 9d7e1af17f58150ca91ff46ec49a3988766752a9 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 30 Jul 2018 20:53:14 +0200 Subject: [PATCH] `libzim`'s branch window has been merged in master. --- appveyor/install_libzim.cmd | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor/install_libzim.cmd b/appveyor/install_libzim.cmd index 4492b9a..4fe5e41 100644 --- a/appveyor/install_libzim.cmd +++ b/appveyor/install_libzim.cmd @@ -2,7 +2,6 @@ REM ======================================================== REM Install libzim git clone https://github.com/openzim/libzim.git || exit /b 1 cd libzim -git checkout windows || exit /b 1 meson.py . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1 cd build ninja || exit /b 1