mirror of
https://github.com/yuzu-mirror/yuzu
synced 2025-02-17 15:08:22 +00:00
6 lines
125 B
Bash
Executable file
6 lines
125 B
Bash
Executable file
#!/bin/sh -ex
|
|
|
|
brew update
|
|
brew install p7zip qt5 sdl2 ccache
|
|
brew outdated cmake || brew upgrade cmake
|
|
pip3 install macpack
|