mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 15:00:02 +00:00
6 lines
117 B
Bash
Executable file
6 lines
117 B
Bash
Executable file
#!/bin/sh -ex
|
|
|
|
brew update
|
|
brew install dylibbundler p7zip qt5 sdl2 ccache
|
|
brew outdated cmake || brew upgrade cmake
|