Skip to content

Commit

Permalink
Revert "Update to vs2022 for DirectXShaderCompiler win"
Browse files Browse the repository at this point in the history
This reverts commit fb7cf13.
  • Loading branch information
akioCL committed Jul 13, 2024
1 parent 2ffae9d commit 79037c0
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 -vs2022 -spirv
call utils\hct\hctbuild.cmd -rel -x64 -vs2019 -spirv
IF %ERRORLEVEL% NEQ 0 (
ECHO "Building Release with hctbuild.cmd -rel -x64 -vs2022 Failed"
ECHO "Building Release with hctbuild.cmd -rel -x64 -vs2019 Failed"
exit /b 1
)

Expand Down

0 comments on commit 79037c0

Please sign in to comment.