catch older versions in build step

This commit is contained in:
Peter Braden 2013-02-26 15:00:29 -08:00
parent e1e1267bc3
commit 3a7469fe52

View File

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