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:
parent
8cd21590ec
commit
156efbdb64
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue