mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 04:15:33 +00:00
try to handle graphite2 path issues: part1
This commit is contained in:
parent
9975ecf52a
commit
acafb411bc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ brew tap --repair
|
|||
brew update --quiet
|
||||
|
||||
# Some of these tools can come from places other than brew, so check before installing
|
||||
brew reinstall xquartz fontconfig freetype harfbuzz brotli
|
||||
brew reinstall xquartz fontconfig freetype harfbuzz brotli graphite2
|
||||
|
||||
# Fix: can't open file: @loader_path/libbrotlicommon.1.dylib (No such file or directory)
|
||||
BREW_LIB_PATH="$(brew --prefix)/lib"
|
||||
|
|
Loading…
Reference in a new issue