mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Fix Homebrew Qt5 prefix
parent
f3c7360df8
commit
f49dc304a4
@ -131,7 +131,7 @@ If you have [Homebrew](https://brew.sh/) installed and you installed qt5 from th
|
||||
To do this, executed:
|
||||
|
||||
```
|
||||
export PATH="/opt/homebrew/opt/qt@5/bin:$PATH"
|
||||
export PATH="$(brew --prefix)/opt/qt@5/bin:$PATH"
|
||||
```
|
||||
|
||||
You can verify whether or not this is the correct path by executing `brew info qt@5` and reading the output.
|
Loading…
Reference in New Issue
Block a user