travis: Use yuzu's unicorn fork
This commit is contained in:
parent
8e28bea0ac
commit
bc4bde1fbd
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ set -x
|
||||||
# TODO: This isn't ideal.
|
# TODO: This isn't ideal.
|
||||||
cd externals
|
cd externals
|
||||||
git clone https://github.com/MerryMage/ext-boost
|
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
|
cd unicorn
|
||||||
UNICORN_ARCHS=aarch64 ./make.sh
|
UNICORN_ARCHS=aarch64 ./make.sh
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
|
@ -6,7 +6,7 @@ set -x
|
||||||
# TODO: This isn't ideal.
|
# TODO: This isn't ideal.
|
||||||
cd externals
|
cd externals
|
||||||
git clone https://github.com/MerryMage/ext-boost
|
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
|
cd unicorn
|
||||||
UNICORN_ARCHS=aarch64 ./make.sh
|
UNICORN_ARCHS=aarch64 ./make.sh
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
Loading…
Reference in a new issue