mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
test debug
This commit is contained in:
parent
b4489cfb77
commit
ef423a2be9
@ -8,3 +8,4 @@ before_install:
|
|||||||
- pkg-config --libs opencv
|
- pkg-config --libs opencv
|
||||||
- pkg-config --cflags opencv
|
- pkg-config --cflags opencv
|
||||||
- ls /usr/include/opencv
|
- ls /usr/include/opencv
|
||||||
|
- dpkg -L opencv
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
'<!@(pkg-config --libs opencv)'
|
'<!@(pkg-config --libs opencv)'
|
||||||
]
|
]
|
||||||
, 'cflags': [
|
, 'cflags': [
|
||||||
'<!@(pkg-config --cflags opencv)'
|
'<!@(pkg-config --cflags --libs opencv)'
|
||||||
, '-Wall'
|
, '-Wall'
|
||||||
]
|
]
|
||||||
, 'cflags!' : [ '-fno-exceptions']
|
, 'cflags!' : [ '-fno-exceptions']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user