Browse Source

Appveyor: fix 64 bit build

--HG--
branch : minor
Alex Szpakowski 5 years ago
parent
commit
3a61663509
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/appveyor/appveyor.yml

+ 1 - 1
extra/appveyor/appveyor.yml

@@ -13,7 +13,7 @@ environment:
     - PLATFORM: x64
       VCVARSALL_PLATFORM: x86_amd64
       GENERATOR: "Visual Studio 16 2019"
-      VSARCH: "Win64"
+      VSARCH: "x64"
 
 init:
 # Make VS 2019 command line tools available