Browse Source

Trying to get 64 bits build on AppVeyor

Christophe Riccio 7 years ago
parent
commit
fc522257cf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .appveyor.yml

+ 2 - 2
.appveyor.yml

@@ -13,8 +13,8 @@ matrix:
   fast_finish: true
 
 platform:
-  - x86
-  - x86_64
+  - Win32
+  - x64
 
 build:
   parallel: true