mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-11 15:13:04 +00:00
Merge pull request #2097 from citra-emu/fix-travis
Travis: Fix OS X build
This commit is contained in:
commit
2500a57f3d
|
@ -28,7 +28,6 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||||
brew update > /dev/null # silence the very verbose output
|
brew update
|
||||||
brew unlink cmake || true
|
|
||||||
brew install cmake qt5 sdl2 dylibbundler
|
brew install cmake qt5 sdl2 dylibbundler
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue