TOREVERT use branch win_relpath

This commit is contained in:
Matthieu Gautier 2018-11-03 10:39:14 +01:00
parent 1b7a40ea97
commit 95ffc8c3b3
1 changed files with 1 additions and 0 deletions

View File

@ -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