deps.sh 221 B

12345678910
  1. #!/bin/sh -ex
  2. brew update
  3. brew install dylibbundler p7zip qt5 sdl2
  4. mkdir externals/unicorn
  5. pushd externals/unicorn
  6. git clone https://github.com/yuzu-emu/unicorn .
  7. UNICORN_ARCHS=aarch64 ./make.sh macos-universal-no
  8. popd