mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-18 02:40:11 +00:00
Fix Homebrew Qt5 prefix
+1
-1
@@ -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