mirror of
https://github.com/mpv-player/mpv
synced 2025-02-15 19:47:32 +00:00
Revert "ci/mingw: pin Vulkan version again"
No longer needed after commit:e06ce6d2b4
This reverts commit09606b9db9
.
This commit is contained in:
parent
0cc269de55
commit
4f305e022f
@ -162,7 +162,7 @@ _spirv_cross () {
|
||||
_spirv_cross_mark=lib/libspirv-cross-c-shared.dll.a
|
||||
|
||||
_vulkan_headers () {
|
||||
[ -d Vulkan-Headers ] || $gitclone https://github.com/KhronosGroup/Vulkan-Headers -b v1.3.276
|
||||
[ -d Vulkan-Headers ] || $gitclone https://github.com/KhronosGroup/Vulkan-Headers
|
||||
builddir Vulkan-Headers
|
||||
cmake .. "${cmake_args[@]}"
|
||||
makeplusinstall
|
||||
@ -171,7 +171,7 @@ _vulkan_headers () {
|
||||
_vulkan_headers_mark=include/vulkan/vulkan.h
|
||||
|
||||
_vulkan_loader () {
|
||||
[ -d Vulkan-Loader ] || $gitclone https://github.com/KhronosGroup/Vulkan-Loader -b v1.3.276
|
||||
[ -d Vulkan-Loader ] || $gitclone https://github.com/KhronosGroup/Vulkan-Loader
|
||||
builddir Vulkan-Loader
|
||||
cmake .. "${cmake_args[@]}" \
|
||||
-DENABLE_WERROR=OFF
|
||||
|
Loading…
Reference in New Issue
Block a user