travis: Switch unicorn repository

This commit is contained in:
MerryMage 2018-02-18 13:21:29 +00:00
parent 7c193485e1
commit eaa1fd36a7
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/yuzu-emu/unicorn
git clone https://github.com/MerryMage/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/yuzu-emu/unicorn
git clone https://github.com/MerryMage/unicorn
cd unicorn
UNICORN_ARCHS=aarch64 ./make.sh
cd ../..