mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-28 00:41:34 +00:00
bad hack workaround
This commit is contained in:
parent
873c99feb4
commit
8391f54ca5
1 changed files with 5 additions and 1 deletions
|
@ -22,7 +22,11 @@ install_name_tool -change "@loader_path/libbrotlicommon.1.dylib" "${BREW_LIB_PAT
|
|||
command -v ccache >/dev/null 2>&1 || brew install ccache
|
||||
command -v cmake >/dev/null 2>&1 || brew install cmake
|
||||
command -v qmake >/dev/null 2>&1 || brew install qt@6
|
||||
export PATH="/opt/homebrew/opt/qt/bin:$PATH"
|
||||
|
||||
# possible workaround, please remove
|
||||
export PATH="/opt/homebrew/Cellar/qt/6.6.1.reinstall/bin:$PATH"
|
||||
|
||||
ls -al /opt/homebrew/opt/qt || true
|
||||
|
||||
# where are my bins?
|
||||
brew --prefix qt@6
|
||||
|
|
Loading…
Reference in a new issue