Skip to content

Commit

Permalink
ci/mingw: drop old workarounds for vulkan-headers
Browse files Browse the repository at this point in the history
These got fixed upstream.
  • Loading branch information
sfan5 committed Sep 23, 2023
1 parent cc1a43f commit 140d018
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/build-mingw64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 140d018

Please sign in to comment.