mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-11 19:53:17 +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
|