Add MVK 1.2.6 to the Mac build script

This commit is contained in:
shinra-electric 2023-10-24 11:37:24 +02:00 committed by Megamouse
parent 7b7cb959f9
commit f40168e614

View file

@ -12,7 +12,7 @@ arch -x86_64 /usr/local/bin/brew install llvm@16 glew cmake sdl2 vulkan-headers
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/b0bba05b617ef0fd796b3727be46addfd098a491/Formula/m/molten-vk.rb
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/4ac0cfaca4c2505abe2fcbcc0ce5816572103a6c/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++