summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorProdea Alexandru-Liviu <liviuprodea@yahoo.com>2019-11-14 21:45:23 +0000
committerDylan Baker <dylan@pnwbakers.com>2019-11-14 21:45:23 +0000
commitcc758f1224b48c2c528ea129330e2fe393e57567 (patch)
tree9c70d074251b3924d3665605dfde38c7c083186e /appveyor.yml
parent0904ee0c60f72ecadf75aa793b5778fa6554872e (diff)
downloadmesa-cc758f1224b48c2c528ea129330e2fe393e57567.tar.gz
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>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c31c2630f55..5b4c9f7beb3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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