mirror of https://github.com/mgba-emu/mgba.git
Travis: Fix osx deps
This commit is contained in:
parent
af59e28f90
commit
fb652f411a
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
if [ $TRAVIS_OS_NAME = "osx" ]; then
|
||||
brew update
|
||||
brew install qt5 ffmpeg sdl2 libedit libelf libpng libzip
|
||||
brew install qt5 ffmpeg sdl2 libelf libpng libzip
|
||||
else
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install libseccomp2
|
||||
|
|
Loading…
Reference in New Issue