Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 87252ed

Browse filesBrowse files
committed
maybe homebrew overwrites the deployment target...
1 parent 4d7a7c9 commit 87252ed
Copy full SHA for 87252ed

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎config.sh

Copy file name to clipboardExpand all lines: config.sh
+3-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.