提交 87252ed2 编写于 作者: O Olli-Pekka Heinisuo

maybe homebrew overwrites the deployment target...

上级 4d7a7c95
......@@ -22,8 +22,6 @@ function pre_build {
if [ -n "$IS_OSX" ]; then
echo "Running for OSX"
MACOSX_DEPLOYMENT_TARGET=10.7
brew update
......@@ -40,6 +38,9 @@ function pre_build {
travis_wait brew install -v ffmpeg --without-x264 --without-xvid --without-gpl
brew info ffmpeg
echo '-----------------'
export MACOSX_DEPLOYMENT_TARGET=10.7
else
echo "Running for linux"
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册