2017-10-06 20:58:48 +01:00
|
|
|
#!/bin/sh -ex
|
|
|
|
|
|
|
|
brew update
|
2018-01-13 21:37:06 +00: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
|