0
0
mirror of https://notabug.org/litucks/torzu.git synced 2025-05-06 08:25:25 +00:00

Merge pull request #2171 from jroweboy/fix-mac-build

Fix Travis build issue on mac
This commit is contained in:
bunnei 2016-11-11 20:13:15 -05:00 committed by GitHub
commit 3b4f134c08

View File

@ -29,5 +29,5 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update
brew install cmake qt5 sdl2 dylibbundler
brew install qt5 sdl2 dylibbundler
fi