summaryrefslogtreecommitdiff
path: root/.travis/macos/deps.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/macos/deps.sh')
-rwxr-xr-x.travis/macos/deps.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis/macos/deps.sh b/.travis/macos/deps.sh
index 7dea80438..3cd13a39b 100755
--- a/.travis/macos/deps.sh
+++ b/.travis/macos/deps.sh
@@ -2,9 +2,4 @@
2 2
3brew update 3brew update
4brew install dylibbundler p7zip qt5 sdl2 4brew install dylibbundler p7zip qt5 sdl2
5 5brew outdated cmake || brew upgrade cmake
6mkdir externals/unicorn
7pushd externals/unicorn
8git clone https://github.com/yuzu-emu/unicorn .
9UNICORN_ARCHS=aarch64 ./make.sh macos-universal-no
10popd