mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 03:31:40 +00:00
BUILD: Added missing libs to Travis CI osx configuration
This commit is contained in:
parent
797be02eb2
commit
e25bac9690
@ -25,7 +25,7 @@ addons:
|
||||
|
||||
before_install:
|
||||
- "if [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ]; then brew update; fi"
|
||||
- "if [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ]; then brew install sdl2 sdl2_net; fi"
|
||||
- "if [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ]; then brew install sdl2 sdl2_net libvorbis flac mad theora faad2 libmpeg2; fi"
|
||||
|
||||
|
||||
branches:
|
||||
|
Loading…
x
Reference in New Issue
Block a user