Update build scripts
This commit is contained in:
parent
20a2e80a9f
commit
f95789a0b3
8 changed files with 56 additions and 43 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue