mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-05 05:57:51 -05:00
Update build scripts
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user