Skip to content

Commit

Permalink
Update to vs2022 for DirectXShaderCompiler win
Browse files Browse the repository at this point in the history
Signed-off-by: Akio Gaule <[email protected]>
  • Loading branch information
akioCL committed Jul 1, 2024
1 parent 094cfee commit fb7cf13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-system/DirectXShaderCompiler/build_dxc_windows.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ IF %ERRORLEVEL% NEQ 0 (
)

REM Run the build for Release
call utils\hct\hctbuild.cmd -rel -x64 -vs2019 -spirv
call utils\hct\hctbuild.cmd -rel -x64 -vs2022 -spirv
IF %ERRORLEVEL% NEQ 0 (
ECHO "Building Release with hctbuild.cmd -rel -x64 -vs2019 Failed"
ECHO "Building Release with hctbuild.cmd -rel -x64 -vs2022 Failed"
exit /b 1
)

Expand Down

0 comments on commit fb7cf13

Please sign in to comment.