From 1ed69ade64277b2ef80dabd1dca4f3b7bf12a3d3 Mon Sep 17 00:00:00 2001 From: "Christoph \"baka0815\" Schwerdtfeger" Date: Tue, 25 Sep 2018 19:27:07 +0200 Subject: [PATCH] AppVeyor: Enable v140 toolset We already set os to VisualStudio 2015, but the toolset was still set to v120 (VS 2013). --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 08beb57fb..68e472255 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,15 +3,15 @@ os: Visual Studio 2015 environment: matrix: - - Toolset: v120 + - Toolset: v140 platform: - x86 - x64 configuration: -# - Release-120 - - Debug-120 +# - Release-140 + - Debug-140 build: project: shell/reicast.sln