From ba43e3a152f9dc8e7506c383019fdf7347c4369a Mon Sep 17 00:00:00 2001 From: Jared Mulconry Date: Sun, 8 Oct 2017 01:55:10 +1100 Subject: [PATCH] x86 isn't a valid VS platform. Win32 it is, then. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 653bcf937..d43e8da45 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,7 +18,7 @@ image: - Visual Studio 2017 platform: - - x86 + - Win32 - x64 configuration: Release