mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 09:59:39 -04:00
Merge pull request #2171 from jroweboy/fix-mac-build
Fix Travis build issue on mac
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user