mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-04 22:19:41 +00:00
add path hack only to verify, will remove later
This commit is contained in:
parent
f03beb7963
commit
53cb20454f
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ 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@5
|
||||
|
||||
export PATH="/usr/local/opt/qt@5/bin:$PATH"
|
||||
qmake --version
|
||||
which qmake
|
||||
|
||||
|
|
Loading…
Reference in a new issue