Skip to content

Commit

Permalink
[NOBIN] In AppVeyor: set architecture explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Mar 29, 2024
1 parent 74c1e39 commit c8b1b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ before_build:
- if [%env_arch%]==[x64] (
cmake .. -A x64 )
- if [%env_arch%]==[x86] (
cmake .. )
cmake .. -A Win32 )
- cmake -DCMAKE_INSTALL_PREFIX:PATH=%APPVEYOR_BUILD_FOLDER%/%APPVEYOR_REPO_COMMIT% ..

build_script:
Expand Down

0 comments on commit c8b1b3f

Please sign in to comment.