mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-24 04:53:29 -04:00
[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
|
REM Install kiwix-lib
|
||||||
git clone https://github.com/kiwix/kiwix-lib.git || exit /b 1
|
git clone https://github.com/kiwix/kiwix-lib.git || exit /b 1
|
||||||
cd kiwix-lib
|
cd kiwix-lib
|
||||||
|
set CPPFLAGS="-I%EXTRA_DIR%/include"
|
||||||
meson . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1
|
meson . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1
|
||||||
cd build
|
cd build
|
||||||
ninja || exit /b 1
|
ninja || exit /b 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user