We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7a7c9 commit 87252edCopy full SHA for 87252ed
config.sh
@@ -22,8 +22,6 @@ function pre_build {
22
23
if [ -n "$IS_OSX" ]; then
24
echo "Running for OSX"
25
-
26
- MACOSX_DEPLOYMENT_TARGET=10.7
27
28
brew update
29
@@ -40,6 +38,9 @@ function pre_build {
40
38
travis_wait brew install -v ffmpeg --without-x264 --without-xvid --without-gpl
41
39
brew info ffmpeg
42
echo '-----------------'
+
+ export MACOSX_DEPLOYMENT_TARGET=10.7
43
44
else
45
echo "Running for linux"
46
fi
0 commit comments