mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-28 23:41:35 +00:00
Update file before_install.osx.sh
This commit is contained in:
parent
7300bab7cd
commit
2baccefeb3
1 changed files with 4 additions and 3 deletions
|
@ -13,9 +13,10 @@ brew update --quiet
|
||||||
brew reinstall xquartz gd fontconfig freetype harfbuzz brotli
|
brew reinstall xquartz gd fontconfig freetype harfbuzz brotli
|
||||||
|
|
||||||
# Fix: can't open file: @loader_path/libbrotlicommon.1.dylib (No such file or directory)
|
# Fix: can't open file: @loader_path/libbrotlicommon.1.dylib (No such file or directory)
|
||||||
BREW_LIB_PATH="$(brew --prefix)/lib"
|
# TODO: this is also now broke :()
|
||||||
install_name_tool -change "@loader_path/libbrotlicommon.1.dylib" "${BREW_LIB_PATH}/libbrotlicommon.1.dylib" ${BREW_LIB_PATH}/libbrotlidec.1.dylib
|
#BREW_LIB_PATH="$(brew --prefix)/lib"
|
||||||
install_name_tool -change "@loader_path/libbrotlicommon.1.dylib" "${BREW_LIB_PATH}/libbrotlicommon.1.dylib" ${BREW_LIB_PATH}/libbrotlienc.1.dylib
|
#install_name_tool -change "@loader_path/libbrotlicommon.1.dylib" "${BREW_LIB_PATH}/libbrotlicommon.1.dylib" ${BREW_LIB_PATH}/libbrotlidec.1.dylib
|
||||||
|
#install_name_tool -change "@loader_path/libbrotlicommon.1.dylib" "${BREW_LIB_PATH}/libbrotlicommon.1.dylib" ${BREW_LIB_PATH}/libbrotlienc.1.dylib
|
||||||
|
|
||||||
command -v ccache >/dev/null 2>&1 || brew install ccache
|
command -v ccache >/dev/null 2>&1 || brew install ccache
|
||||||
command -v cmake >/dev/null 2>&1 || brew install cmake
|
command -v cmake >/dev/null 2>&1 || brew install cmake
|
||||||
|
|
Loading…
Reference in a new issue