From 4c7aee75c19409200ce626d0df7bda5f764650d2 Mon Sep 17 00:00:00 2001 From: shinra-electric <50119606+shinra-electric@users.noreply.github.com> Date: Sun, 27 Aug 2023 11:36:11 +0200 Subject: [PATCH] Update homebrew mvk on build script MVK was updated without a new tag. This updates to the later release. --- .ci/build-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build-mac.sh b/.ci/build-mac.sh index a1467aca59..0880f2d28a 100755 --- a/.ci/build-mac.sh +++ b/.ci/build-mac.sh @@ -10,7 +10,7 @@ arch -x86_64 /usr/local/bin/brew install -f --overwrite llvm@16 glew cmake sdl2 arch -x86_64 /usr/local/bin/brew link -f llvm@16 # moltenvk based on commit for 1.2.5 release -wget https://raw.githubusercontent.com/Homebrew/homebrew-core/055ae78415b61ecf1fa3de32b76b8a149855f903/Formula/m/molten-vk.rb +wget https://raw.githubusercontent.com/Homebrew/homebrew-core/b0bba05b617ef0fd796b3727be46addfd098a491/Formula/m/molten-vk.rb arch -x86_64 /usr/local/bin/brew install -f --overwrite ./molten-vk.rb #export MACOSX_DEPLOYMENT_TARGET=12.0 export CXX=clang++