summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2023-09-23 11:30:18 +0200
committersfan5 <sfan5@live.de>2023-09-23 11:30:18 +0200
commit140d0185787f0a478ded0b0694e2d56b812e37db (patch)
treea80e85e64f1d4c45f492eecbd76f0617ceb8f7bb
parentcc1a43f014905777ab77c8fc5744c86d2d05de4e (diff)
downloadmpv-140d0185787f0a478ded0b0694e2d56b812e37db.tar.bz2
mpv-140d0185787f0a478ded0b0694e2d56b812e37db.tar.xz
ci/mingw: drop old workarounds for vulkan-headers
These got fixed upstream.
-rwxr-xr-xci/build-mingw64.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/build-mingw64.sh b/ci/build-mingw64.sh
index 5b17fb0920..617662f111 100755
--- a/ci/build-mingw64.sh
+++ b/ci/build-mingw64.sh
@@ -174,10 +174,9 @@ _vulkan_loader () {
[ -d Vulkan-Loader ] || $gitclone https://github.com/KhronosGroup/Vulkan-Loader
builddir Vulkan-Loader
cmake .. "${cmake_args[@]}" \
- -DENABLE_WERROR=OFF -DUSE_MASM=OFF
+ -DENABLE_WERROR=OFF
makeplusinstall
popd
- sed -re '/libdir=/s|Lib(32)?|lib|' -i "$prefix_dir/lib/pkgconfig/vulkan.pc" # wat?
}
_vulkan_loader_mark=lib/libvulkan-1.dll.a