`libzim`'s branch window has been merged in master.
This commit is contained in:
parent
b9479e8506
commit
9d7e1af17f
|
@ -2,7 +2,6 @@ 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 windows || exit /b 1
|
|
||||||
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