mirror of https://github.com/mpv-player/mpv
ci/mingw: drop old workarounds for vulkan-headers
These got fixed upstream.
This commit is contained in:
parent
cc1a43f014
commit
140d018578
|
@ -174,10 +174,9 @@ _vulkan_loader () {
|
||||||
[ -d Vulkan-Loader ] || $gitclone https://github.com/KhronosGroup/Vulkan-Loader
|
[ -d Vulkan-Loader ] || $gitclone https://github.com/KhronosGroup/Vulkan-Loader
|
||||||
builddir Vulkan-Loader
|
builddir Vulkan-Loader
|
||||||
cmake .. "${cmake_args[@]}" \
|
cmake .. "${cmake_args[@]}" \
|
||||||
-DENABLE_WERROR=OFF -DUSE_MASM=OFF
|
-DENABLE_WERROR=OFF
|
||||||
makeplusinstall
|
makeplusinstall
|
||||||
popd
|
popd
|
||||||
sed -re '/libdir=/s|Lib(32)?|lib|' -i "$prefix_dir/lib/pkgconfig/vulkan.pc" # wat?
|
|
||||||
}
|
}
|
||||||
_vulkan_loader_mark=lib/libvulkan-1.dll.a
|
_vulkan_loader_mark=lib/libvulkan-1.dll.a
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue