[WIP] Use specific branch of kiwixlib
This commit is contained in:
parent
0e45cab3fc
commit
50026e23f5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue