mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 21:45:03 +00:00
3 lines
229 B
Bash
3 lines
229 B
Bash
mkdir -p build
|
|
cd build
|
|
arch -arm64 python3 ../BuildMacOSUniversalBinary.py --distributor="Mario Party Netplay" --no-autoupdate --arm64_qt5_path="/opt/homebrew/opt/qt6" --x86_64_qt5_path="/usr/local/opt/qt6" --build_type="Debug"
|