Skip to content

Commit 87252ed

Browse files
committed
maybe homebrew overwrites the deployment target...
1 parent 4d7a7c9 commit 87252ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ function pre_build {
2222

2323
if [ -n "$IS_OSX" ]; then
2424
echo "Running for OSX"
25-
26-
MACOSX_DEPLOYMENT_TARGET=10.7
2725

2826
brew update
2927

@@ -40,6 +38,9 @@ function pre_build {
4038
travis_wait brew install -v ffmpeg --without-x264 --without-xvid --without-gpl
4139
brew info ffmpeg
4240
echo '-----------------'
41+
42+
export MACOSX_DEPLOYMENT_TARGET=10.7
43+
4344
else
4445
echo "Running for linux"
4546
fi

0 commit comments

Comments
 (0)