Homebrew being stupid
This commit is contained in:
parent
10a6aef454
commit
130d64fb93
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user