8000 brew tap -v is no longer supported · opencv/opencv-python@c744b5a · GitHub
[go: up one dir, main page]

Skip to content

Commit c744b5a

Browse files
committed
brew tap -v is no longer supported
1 parent 01df5ed commit c744b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ function pre_build {
6565
export PATH="/usr/local/opt/ccache/libexec:$PATH"
6666

6767
echo 'Installing QT4'
68-
brew tap | grep -qxF cartr/qt4 || brew tap -v cartr/qt4
69-
brew tap --list-pinned | grep -qxF cartr/qt4 || brew tap-pin -v cartr/qt4
68+
brew tap | grep -qxF cartr/qt4 || brew tap cartr/qt4
69+
brew tap --list-pinned | grep -qxF cartr/qt4 || brew tap-pin cartr/qt4
7070
brew_install_and_cache_within_time_limit qt@4 || { [ $? -gt 1 ] && return 2 || return 0; }
7171

7272
echo 'Installing FFmpeg'

0 commit comments

Comments
 (0)
0