dolphin/build_macos.sh
2024-01-29 23:15:47 -05:00

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"