diff options
author | James Rowe <jroweboy@gmail.com> | 2018-01-15 20:53:53 -0700 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2018-01-16 01:15:52 -0700 |
commit | e026b66bbbb78f3c43c067eb94675d4782fb70b6 (patch) | |
tree | d64dd737b71c7845c92b598c3e2aee4314343537 /.travis/macos/deps.sh | |
parent | 713c1ed2037e73d3eadcc605c839f069aefc4853 (diff) |
Build: Add unicorn as a submodule and build it if needed
Adds a cmake custom target that will build unicorn on first compile and
uses this in the build scripts as well. Updates Appveyor and Travis
build scripts to work with the new unicorn build, and updates the paths
to all of the different artifacts.
Diffstat (limited to '.travis/macos/deps.sh')
-rwxr-xr-x | .travis/macos/deps.sh | 6 |
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 |