Browse Source

[appveyor] Fixed the build platform name from x32 to x86.

pull/829/head
Joao Matos 8 years ago
parent
commit
ef2a7e004d
  1. 2
      appveyor.yml

2
appveyor.yml

@ -31,7 +31,7 @@ configuration: @@ -31,7 +31,7 @@ configuration:
environment:
VS_VERSION: vs2015
BUILD_PLATFORM: 'x32'
BUILD_PLATFORM: 'x86'
DEPS_PATH: '%APPVEYOR_BUILD_FOLDER%\deps'
LLVM_PATH: '%APPVEYOR_BUILD_FOLDER%\deps\llvm'
BUILD_PATH: '%APPVEYOR_BUILD_FOLDER%\build\%VS_VERSION%'

Loading…
Cancel
Save