浏览代码

Revert "Update to vs2022 for DirectXShaderCompiler win"

This reverts commit fb7cf13a6090a2848bc9e92b04faa662012151f4.
Akio Gaule 1 年之前
父节点
当前提交
79037c05f6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      package-system/DirectXShaderCompiler/build_dxc_windows.cmd

+ 2 - 2
package-system/DirectXShaderCompiler/build_dxc_windows.cmd

@@ -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
 )