all repos — mgba @ fb652f411a62fd7655380c6fe2a0cf26fe98719d

mGBA Game Boy Advance Emulator

Travis: Fix osx deps
Vicki Pfau vi@endrift.com
Sat, 01 Feb 2020 12:39:39 -0800
commit

fb652f411a62fd7655380c6fe2a0cf26fe98719d

parent

af59e28f906f8559fd9c4db447714e71eea3b620

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M .travis-deps.sh.travis-deps.sh

@@ -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