mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
WIP on travis
This commit is contained in:
parent
f74971be01
commit
e1f4182a3e
@ -5,3 +5,4 @@ node_js:
|
||||
before_install:
|
||||
- sudo apt-get install libcv-dev
|
||||
- sudo apt-get install libhighgui-dev
|
||||
- pkg-config --libs opencv
|
||||
|
||||
@ -31,6 +31,7 @@
|
||||
, 'cflags!' : [ '-fno-exceptions']
|
||||
, 'cflags_cc!': [ '-fno-rtti', '-fno-exceptions']
|
||||
}]
|
||||
|
||||
, ['OS=="linux"', {
|
||||
'cflags': ['-ldl', '-Wall', '<!@(pkg-config --cflags opencv)']
|
||||
, 'cflags!' : ['-fno-exceptions']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user