travis: Switch to yuzu-emu's unicorn repository

This commit is contained in:
MerryMage 2018-02-08 19:48:04 +00:00
parent a78e13ff19
commit 12173a8792
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ set -x
# TODO: This isn't ideal.
cd externals
git clone https://github.com/MerryMage/ext-boost
git clone https://github.com/MerryMage/unicorn
git clone https://github.com/yuzu-emu/unicorn
cd unicorn
UNICORN_ARCHS=aarch64 ./make.sh
cd ../..

View file

@ -6,7 +6,7 @@ set -x
# TODO: This isn't ideal.
cd externals
git clone https://github.com/MerryMage/ext-boost
git clone https://github.com/MerryMage/unicorn
git clone https://github.com/yuzu-emu/unicorn
cd unicorn
UNICORN_ARCHS=aarch64 ./make.sh
cd ../..