diff --git a/Example/OpenCV-OSX-Tests/install-opencv.sh b/Example/OpenCV-OSX-Tests/install-opencv.sh index fc2743b..2fc6c70 100755 --- a/Example/OpenCV-OSX-Tests/install-opencv.sh +++ b/Example/OpenCV-OSX-Tests/install-opencv.sh @@ -12,4 +12,4 @@ done # due to Warning: Refusing to link macOS-provided software: openblas # link /usr/local/opt/openblas is not getting restored cellar=$(brew --prefix)/Cellar/openblas -ln -s $cellar/`ls $cellar` $(brew --prefix openblas) || true +ln -s $cellar/`ls $cellar` $(brew --prefix)/opt/openblas || true