OpenCV: Remove debugging statement
Oops, left something in that last commit. Also, fixes the module installation path to where the caveats say it will be.
This commit is contained in:
parent
9724da1f77
commit
80562282da
1 changed files with 1 additions and 1 deletions
|
@ -64,9 +64,9 @@ class Opencv < Formula
|
|||
end
|
||||
args << "-DPYTHON_INCLUDE_DIR='#{python_prefix}/include/#{which_python}'"
|
||||
end
|
||||
args << "-DPYTHON_PACKAGES_PATH='#{lib}/#{which_python}/site-packages'"
|
||||
|
||||
system 'cmake', '.', *args
|
||||
interactive_shell
|
||||
system "make"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue