From a84890af27662cefa14a325fc4ca1fbe0e32a254 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 20 Aug 2018 17:27:34 +0200 Subject: [PATCH] WIP use better_wchar_convert --- appveyor/install_libzim.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor/install_libzim.cmd b/appveyor/install_libzim.cmd index 4fe5e41..2985c37 100644 --- a/appveyor/install_libzim.cmd +++ b/appveyor/install_libzim.cmd @@ -2,6 +2,7 @@ REM ======================================================== REM Install libzim git clone https://github.com/openzim/libzim.git || exit /b 1 cd libzim +git checkout better_wchar_convert meson.py . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1 cd build ninja || exit /b 1