2017-10-06 15:58:48 -04:00
|
|
|
#!/bin/sh -ex
|
|
|
|
|
|
|
|
brew update
|
2018-01-13 16:37:06 -05:00
|
|
|
brew install dylibbundler p7zip qt5 sdl2
|
|
|
|
|
|
|
|
mkdir externals/unicorn
|
|
|
|
pushd externals/unicorn
|
|
|
|
git clone https://github.com/yuzu-emu/unicorn .
|
|
|
|
UNICORN_ARCHS=aarch64 ./make.sh macos-universal-no
|
|
|
|
popd
|