1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-27 12:41:34 +00:00

Update file before_install.osx.sh

This commit is contained in:
psi29a 2024-01-06 22:57:40 +00:00
parent c21e7d3490
commit 411c920694

View file

@ -9,13 +9,13 @@ brew uninstall ruby php openjdk node postgresql maven || true
# purge things pre-installed that cause issues
brew uninstall curl # aom cairo httpd jpeg-xl libavif
brew uninstall xquartz # gd fontconfig freetype harfbuzz brotli
# brew uninstall xquartz # gd fontconfig freetype harfbuzz brotli
brew tap --repair
brew update --quiet
# Some of these tools can come from places other than brew, so check before installing
brew install xquartz gd fontconfig freetype harfbuzz brotli
brew install curl xquartz gd fontconfig freetype harfbuzz brotli
# Fix: can't open file: @loader_path/libbrotlicommon.1.dylib (No such file or directory)
# TODO: this is also now broke :()