mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:17:31 +02:00
Fix Homebrew Qt5 prefix
@ -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.
|
Reference in New Issue
Block a user