Skip to content

Commit

Permalink
Fix appveyor MSVC 2022 build
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Jan 21, 2023
1 parent 70a6434 commit f2d7b91
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 @@ -148,7 +148,7 @@ for:

init:
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2022" if NOT "%compiler%"=="mingw" (
call "C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" %arch:x86=amd64_x86%
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" %arch:x86=amd64_x86%
)
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2019" (
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" %arch:x86=amd64_x86%
Expand Down

0 comments on commit f2d7b91

Please sign in to comment.