[Appveyor]Add include directory for mustache in kiwix-lib.
This commit is contained in:
parent
4f2786a031
commit
f844832c87
|
@ -2,6 +2,7 @@ REM ========================================================
|
|||
REM Install kiwix-lib
|
||||
git clone https://github.com/kiwix/kiwix-lib.git || exit /b 1
|
||||
cd kiwix-lib
|
||||
set CPPFLAGS="-I%EXTRA_DIR%/include"
|
||||
meson . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1
|
||||
cd build
|
||||
ninja || exit /b 1
|
||||
|
|
Loading…
Reference in New Issue