From f95789a0b3f881a17d854534244ad380389d0cb1 Mon Sep 17 00:00:00 2001 From: MerryMage Date: Sat, 13 Jan 2018 21:37:06 +0000 Subject: Update build scripts --- .travis/macos/deps.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.travis/macos/deps.sh') diff --git a/.travis/macos/deps.sh b/.travis/macos/deps.sh index 30ec99b62..7dea80438 100755 --- a/.travis/macos/deps.sh +++ b/.travis/macos/deps.sh @@ -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 -- cgit v1.2.3