mirror of
https://github.com/libretro/mgba.git
synced 2024-11-23 16:10:01 +00:00
Travis: Fix osx deps
This commit is contained in:
parent
c61dcadac7
commit
337d3fe91a
@ -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
Block a user