Update appveyor.yml

This commit is contained in:
Simon
2018-12-18 20:10:11 +08:00
committed by GitHub
parent f67e0424e2
commit 2c13048935

View File

@@ -18,7 +18,7 @@ before_build:
$env:TARGET="VC-WIN32 no-asm" $env:TARGET="VC-WIN32 no-asm"
} Else { } Else {
$env:VCVARS_PLATFORM="amd64" $env:VCVARS_PLATFORM="amd64"
$env:TARGET="VC-WIN64A" $env:TARGET="VC-WIN64A no-asm"
} }
- ps: >- - ps: >-
If ($env:Configuration -Match "shared") { If ($env:Configuration -Match "shared") {