We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302dbf9 commit 66b78ebCopy full SHA for 66b78eb
.appveyor.yml
@@ -29,7 +29,7 @@ before_build:
29
- if [%env_arch%]==[x64] (
30
cmake .. -A x64 )
31
- if [%env_arch%]==[x86] (
32
- cmake .. )
+ cmake .. -A Win32 )
33
- cmake -DCMAKE_INSTALL_PREFIX:PATH=%APPVEYOR_BUILD_FOLDER%/%APPVEYOR_REPO_COMMIT% ..
34
35
build_script:
0 commit comments