Skip to content

Commit 66b78eb

Browse files
committed
[NOBIN] Fixed appveyor config to build 32-bit version
1 parent 302dbf9 commit 66b78eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ before_build:
2929
- if [%env_arch%]==[x64] (
3030
cmake .. -A x64 )
3131
- if [%env_arch%]==[x86] (
32-
cmake .. )
32+
cmake .. -A Win32 )
3333
- cmake -DCMAKE_INSTALL_PREFIX:PATH=%APPVEYOR_BUILD_FOLDER%/%APPVEYOR_REPO_COMMIT% ..
3434

3535
build_script:

0 commit comments

Comments
 (0)