mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-26 06:11:34 +00:00
Check if Qt6 path adjustment is still doing anything
This commit is contained in:
parent
5c000ceb8a
commit
d45ec0869f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ brew install curl xquartz gd fontconfig freetype harfbuzz brotli s3cmd
|
|||
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@6/bin:$PATH"
|
||||
echo $PATH
|
||||
|
||||
# Install deps
|
||||
brew install openal-soft icu4c yaml-cpp sqlite
|
||||
|
|
Loading…
Reference in a new issue