mirror of
https://github.com/libretro/mgba.git
synced 2024-11-23 16:10:01 +00:00
6 lines
134 B
Bash
Executable File
6 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
if [ $TRAVIS_OS_NAME = "osx" ]; then
|
|
brew update
|
|
brew install qt5 ffmpeg imagemagick sdl2 libedit libelf libpng libzip
|
|
fi
|