Browse Source

x86 isn't a valid VS platform. Win32 it is, then.

Jared Mulconry 8 năm trước cách đây
mục cha
commit
ba43e3a152
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -18,7 +18,7 @@ image:
   - Visual Studio 2017
   - Visual Studio 2017
     
     
 platform:
 platform:
-  - x86
+  - Win32
   - x64
   - x64
 
 
 configuration: Release
 configuration: Release