summaryrefslogtreecommitdiffstats
path: root/.travis/macos/deps.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.travis/macos/deps.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis/macos/deps.sh b/.travis/macos/deps.sh
index 7dea80438..b46482bbe 100755
--- a/.travis/macos/deps.sh
+++ b/.travis/macos/deps.sh
@@ -2,9 +2,3 @@
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