Homebrew being stupid

This commit is contained in:
ArsenArsen 2017-07-07 18:09:57 +02:00
parent 10a6aef454
commit 130d64fb93
1 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,12 @@ os: osx
language: cpp
before_install:
- brew install qt
- brew install ffmpeg@3.2
- brew install ffmpeg
- brew link ffmpeg
- brew link qt --force
- export CPATH=/usr/local/Cellar/ffmpeg/3.2/include:$CPATH
- export LIBRARY_PATH=/usr/local/Cellar/ffmpeg/3.2/lib:$LIBRARY_PATH
- export DYLD_LIBRARY_PATH=/usr/local/Cellar/ffmpeg/3.2/lib:$DYLD_LIBRARY_PATH
- export CPATH=/usr/local/Cellar/ffmpeg/3.3.2/include:$CPATH
- export LIBRARY_PATH=/usr/local/Cellar/ffmpeg/3.3.2/lib:$LIBRARY_PATH
- export DYLD_LIBRARY_PATH=/usr/local/Cellar/ffmpeg/3.3.2/lib:$DYLD_LIBRARY_PATH
- export PKG_CONFIG_PATH=:$PKG_CONFIG_PATH
script:
- qmake