summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bunnei2016-11-11 20:13:15 -0500
committerGravatar GitHub2016-11-11 20:13:15 -0500
commit3b4f134c08eb61e5f69e35270adb34fdad1fae77 (patch)
tree7bf9a5ceeb99ab017d38d7ba6235ad7390b2a295
parentMerge pull request #2170 from Pringo/master (diff)
parentRemove cmake from the install list. Its now up to date on the new travis mac ... (diff)
downloadyuzu-3b4f134c08eb61e5f69e35270adb34fdad1fae77.tar.gz
yuzu-3b4f134c08eb61e5f69e35270adb34fdad1fae77.tar.xz
yuzu-3b4f134c08eb61e5f69e35270adb34fdad1fae77.zip
Merge pull request #2171 from jroweboy/fix-mac-build
Fix Travis build issue on mac
Diffstat (limited to '')
-rwxr-xr-x.travis-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis-deps.sh b/.travis-deps.sh
index 8538098c1..ab3a32382 100755
--- a/.travis-deps.sh
+++ b/.travis-deps.sh
@@ -29,5 +29,5 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
29 29
30elif [ "$TRAVIS_OS_NAME" = "osx" ]; then 30elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
31 brew update 31 brew update
32 brew install cmake qt5 sdl2 dylibbundler 32 brew install qt5 sdl2 dylibbundler
33fi 33fi