1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-10-06 09:07:19 +02:00

travis: Install libjack on macOS.

ffmpeg/libavcodec seems to require it.
This commit is contained in:
Christoph Heiss 2018-02-10 16:12:50 +01:00 committed by Daniel Evans
parent bbf0752a3d
commit 2434a2b7f0

View File

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