mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 05:40:27 +00:00
Revert "Revert "Revert "CI: macOS compilation fix (Vulkan missing hdr)"""
hopefully no longer needed
This reverts commit 4e5de7279c.
This commit is contained in:
6
.github/scripts/macOS/prepare.sh
vendored
6
.github/scripts/macOS/prepare.sh
vendored
@@ -39,12 +39,6 @@ brew install imagemagick libcaca libnatpmp jack opencv wolfssl
|
||||
brew install ossp-uuid # for cineform
|
||||
brew install qt
|
||||
brew install glm
|
||||
# TOREMOVE - missing header in Vulkan v1.3.264
|
||||
if [ "$(brew info vulkan-headers | awk 'NR==1{print $4}')" = 1.3.264 ]; then
|
||||
sudo curl -L https://raw.githubusercontent.com/KhronosGroup/Vulkan-Headers/main/\
|
||||
include/vulkan/vulkan_hpp_macros.hpp -o /usr/local/include/vulkan/\
|
||||
vulkan_hpp_macros.hpp
|
||||
fi
|
||||
|
||||
mkdir $TEMP_INST
|
||||
cd $TEMP_INST
|
||||
|
||||
Reference in New Issue
Block a user