opencv: fix component order
This commit is contained in:
parent
4a5856c7a6
commit
23f5d6ade7
1 changed files with 2 additions and 2 deletions
|
@ -24,13 +24,13 @@ class Opencv < Formula
|
|||
depends_on "python@2"
|
||||
depends_on "tbb"
|
||||
|
||||
needs :cxx11
|
||||
|
||||
resource "contrib" do
|
||||
url "https://github.com/opencv/opencv_contrib/archive/3.4.2.tar.gz"
|
||||
sha256 "45a52764ebd2558fa0b7fd8dc47379b37dd0956d912abbf7c786228374fdf60d"
|
||||
end
|
||||
|
||||
needs :cxx11
|
||||
|
||||
def install
|
||||
ENV.cxx11
|
||||
ENV.prepend_path "PATH", Formula["python@2"].opt_libexec/"bin"
|
||||
|
|
Loading…
Reference in a new issue