Browse Source

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

Fix Travis build issue on mac
nce_cpp
bunnei 9 years ago
committed by GitHub
parent
commit
02df07d492
  1. 2
      .travis-deps.sh

2
.travis-deps.sh

@ -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
Loading…
Cancel
Save