1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00:00

Fix cmake install from brew for ios.

This commit is contained in:
SFENCE 2025-09-07 20:24:09 +02:00
parent 8cd21590ec
commit 156efbdb64

View file

@ -54,6 +54,9 @@ install_macos_deps() {
install_ios_deps() {
osver=$1
# Uninstall the bundled cmake, it is outdated, and brew does not want to install the newest version with this one present since they are from different taps.
brew uninstall cmake || :
local pkgs=(
cmake gettext wget
)