diff options
author | bunnei <bunneidev@gmail.com> | 2019-04-01 20:59:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-01 20:59:44 +0200 |
commit | ffc72c8f15009cfa9a296c2303b8d79d62b2ca19 (patch) | |
tree | aa9723db428db57f09013a11e27c35d7807044c9 /.travis/macos/deps.sh | |
parent | Merge pull request #2312 from lioncash/locks (diff) | |
parent | travis/macos: Use macpack to bundle dependencies (diff) | |
download | yuzu-ffc72c8f15009cfa9a296c2303b8d79d62b2ca19.tar yuzu-ffc72c8f15009cfa9a296c2303b8d79d62b2ca19.tar.gz yuzu-ffc72c8f15009cfa9a296c2303b8d79d62b2ca19.tar.bz2 yuzu-ffc72c8f15009cfa9a296c2303b8d79d62b2ca19.tar.lz yuzu-ffc72c8f15009cfa9a296c2303b8d79d62b2ca19.tar.xz yuzu-ffc72c8f15009cfa9a296c2303b8d79d62b2ca19.tar.zst yuzu-ffc72c8f15009cfa9a296c2303b8d79d62b2ca19.zip |
Diffstat (limited to '.travis/macos/deps.sh')
-rwxr-xr-x | .travis/macos/deps.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis/macos/deps.sh b/.travis/macos/deps.sh index 1a547c060..faeafa216 100755 --- a/.travis/macos/deps.sh +++ b/.travis/macos/deps.sh @@ -1,5 +1,6 @@ #!/bin/sh -ex brew update -brew install dylibbundler p7zip qt5 sdl2 ccache +brew install p7zip qt5 sdl2 ccache brew outdated cmake || brew upgrade cmake +pip3 install macpack |