mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-26 04:12:41 +01:00
travis: Install libjack on macOS.
ffmpeg/libavcodec seems to require it.
This commit is contained in:
parent
bbf0752a3d
commit
2434a2b7f0
@ -26,7 +26,7 @@ matrix:
|
||||
install:
|
||||
- brew update
|
||||
- brew upgrade
|
||||
- brew install boost cmake bullet ffmpeg glm openal-soft qt5 sdl2
|
||||
- brew install boost cmake bullet ffmpeg glm openal-soft qt5 sdl2 jack
|
||||
- export PATH="/usr/local/opt/qt/bin:$PATH"
|
||||
script:
|
||||
- mkdir -p "$TRAVIS_BUILD_DIR/build"
|
||||
|
Loading…
Reference in New Issue
Block a user