update cflags opencv version in bindings.gyp

This commit is contained in:
edgarsilva 2014-12-23 12:45:33 -06:00
parent 74cc0546a8
commit 094d91eece

View File

@ -26,7 +26,7 @@
]
, 'cflags': [
'<!@(pkg-config --cflags "opencv >= 2.3.1" )'
'<!@(pkg-config --cflags "opencv >= 2.4.9" )'
, '-Wall'
]
, 'cflags!' : [ '-fno-exceptions']