Appveyor: Quickly fix meson build.

As this required use of Python 3.8, mako module also had to be updated.

v2 - Unbind mako module version when using Meson.
Signed-off-by: Prodea Alexandru-Liviu <liviuprodea@yahoo.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
Prodea Alexandru-Liviu 2019-11-14 21:45:23 +00:00 committed by Dylan Baker
parent 0904ee0c60
commit cc758f1224
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ if "%buildsystem%" == "scons" (
call scons --version
) else (
python --version
python -m pip install Mako==1.0.7 meson
python -m pip install Mako meson
meson --version
rem Install pkg-config, which meson requires even on windows

View File

@ -55,7 +55,7 @@ environment:
buildsystem: scons
- compiler: msvc
buildsystem: meson
path: C:\Python37-x64;C:\Python37-x64\Scripts;%path%
path: C:\Python38-x64;C:\Python38-x64\Scripts;%path%
install:
- cmd: .appveyor\appveyor_msvc.bat install