Update build scripts

This commit is contained in:
MerryMage 2018-01-13 21:37:06 +00:00
parent 20a2e80a9f
commit f95789a0b3
8 changed files with 56 additions and 43 deletions

View file

@ -1,4 +1,10 @@
#!/bin/sh -ex
brew update
brew install qt5 sdl2 dylibbundler p7zip
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