mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-04 00:49:57 +00:00
11 lines
221 B
Bash
Executable file
11 lines
221 B
Bash
Executable file
#!/bin/sh -ex
|
|
|
|
brew update
|
|
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
|