opencv: fix component order

This commit is contained in:
commitay 2018-09-21 14:25:45 +10:00
parent 4a5856c7a6
commit 23f5d6ade7

View file

@ -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"