[Appveyor]Add include directory for mustache in kiwix-lib.

This commit is contained in:
Matthieu Gautier 2019-01-11 11:28:41 +01:00
parent 4f2786a031
commit f844832c87
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
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