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