[WIP] Use specific branch of kiwixlib

This commit is contained in:
Matthieu Gautier 2020-05-18 11:20:57 +02:00
parent 0e45cab3fc
commit 50026e23f5
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 fix_test_httplib
set CPPFLAGS="-I%EXTRA_DIR%/include"
meson . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1
cd build