mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
fix config file
This commit is contained in:
parent
239322743f
commit
f08ec89204
1 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@ rubies:
|
||||||
- C:/ruby-1.9.3-p392-mingw32/bin/ruby.exe
|
- C:/ruby-1.9.3-p392-mingw32/bin/ruby.exe
|
||||||
- C:/ruby-2.0.0-p0-mingw32/bin/ruby.exe
|
- C:/ruby-2.0.0-p0-mingw32/bin/ruby.exe
|
||||||
extopts:
|
extopts:
|
||||||
- --with-opencv-include=C:/opencv-2.4.5/build/include
|
- --with-opencv-include=C:/opencv/build/include
|
||||||
- --with-opencv-lib=C:/opencv-2.4.5/build/x86/mingw/lib
|
- --with-opencv-lib=C:/opencv/build/x86/mingw/lib
|
||||||
|
|
Loading…
Reference in a new issue