mirror of
https://github.com/libretro/mgba.git
synced 2025-02-17 06:07:46 +00:00
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…
x
Reference in New Issue
Block a user