We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b29fb commit 94e100eCopy full SHA for 94e100e
ci/build-win32.ps1
@@ -9,7 +9,7 @@ if (-not (Test-Path $subprojects)) {
9
10
# Wrap shaderc to run git-sync-deps and patch unsupported generator expression
11
if (-not (Test-Path "$subprojects/shaderc_cmake")) {
12
- git clone https://github.com/google/shaderc --depth 1 $subprojects/shaderc_cmake
+ git clone https://github.com/google/shaderc --depth 1 -b v2025.1 $subprojects/shaderc_cmake
13
Set-Content -Path "$subprojects/shaderc_cmake/p.diff" -Value @'
14
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
15
index d44f62a..54d4719 100644
0 commit comments