TOREVERT use branch win_relpath
This commit is contained in:
parent
1b7a40ea97
commit
95ffc8c3b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue