WIP use better_wchar_convert
This commit is contained in:
parent
c75fd9b85c
commit
a84890af27
|
@ -2,6 +2,7 @@ REM ========================================================
|
||||||
REM Install libzim
|
REM Install libzim
|
||||||
git clone https://github.com/openzim/libzim.git || exit /b 1
|
git clone https://github.com/openzim/libzim.git || exit /b 1
|
||||||
cd libzim
|
cd libzim
|
||||||
|
git checkout better_wchar_convert
|
||||||
meson.py . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1
|
meson.py . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1
|
||||||
cd build
|
cd build
|
||||||
ninja || exit /b 1
|
ninja || exit /b 1
|
||||||
|
|
Loading…
Reference in New Issue