mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-30 21:41:34 +00:00
no really, qt please
This commit is contained in:
parent
55ee0f67e4
commit
9dcb7bb3bc
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ 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
|
||||
command -v qmake >/dev/null 2>&1 || brew install qt
|
||||
export PATH="/opt/homebrew/opt/qt@6/bin:$PATH"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue