mirror of https://github.com/mpv-player/mpv
ci/win32: restrict shaderc version to fix build errors
The same as 87826224a2
.
This commit is contained in:
parent
87826224a2
commit
ddba159b51
|
@ -8,7 +8,7 @@ if (-not (Test-Path $subprojects)) {
|
||||||
|
|
||||||
# Wrap shaderc to run git-sync-deps and patch unsupported generator expression
|
# Wrap shaderc to run git-sync-deps and patch unsupported generator expression
|
||||||
if (-not (Test-Path "$subprojects/shaderc_cmake")) {
|
if (-not (Test-Path "$subprojects/shaderc_cmake")) {
|
||||||
git clone https://github.com/google/shaderc --depth 1 $subprojects/shaderc_cmake
|
git clone https://github.com/google/shaderc --depth 1 -b v2024.3 $subprojects/shaderc_cmake
|
||||||
Set-Content -Path "$subprojects/shaderc_cmake/p.diff" -Value @'
|
Set-Content -Path "$subprojects/shaderc_cmake/p.diff" -Value @'
|
||||||
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
|
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
|
||||||
index d44f62a..54d4719 100644
|
index d44f62a..54d4719 100644
|
||||||
|
|
Loading…
Reference in New Issue