mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
catch older versions in build step
This commit is contained in:
parent
e1e1267bc3
commit
3a7469fe52
@ -15,7 +15,7 @@
|
|||||||
'<!@(pkg-config --libs opencv)'
|
'<!@(pkg-config --libs opencv)'
|
||||||
]
|
]
|
||||||
, 'cflags': [
|
, 'cflags': [
|
||||||
'<!@(pkg-config --cflags --libs opencv)'
|
'<!@(pkg-config --cflags --libs "opencv >= 2.3.1" )'
|
||||||
, '-Wall'
|
, '-Wall'
|
||||||
]
|
]
|
||||||
, 'cflags!' : [ '-fno-exceptions']
|
, 'cflags!' : [ '-fno-exceptions']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user