mirror of
https://github.com/peterbraden/node-opencv.git
synced 2026-02-01 16:06:49 +00:00
WIP on travis
This commit is contained in:
parent
624194e334
commit
037cfb8c9c
@ -5,5 +5,5 @@ node_js:
|
||||
before_install:
|
||||
- sudo apt-get install libcv-dev
|
||||
- sudo apt-get install libhighgui-dev
|
||||
- sudo apt-get install libopencvcontrib-dev
|
||||
- pkg-config --libs opencv
|
||||
- pkg-config --cflags opencv
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
}]
|
||||
|
||||
, ['OS=="linux"', {
|
||||
'cflags': ['-ldl', '-Wall', '<!@(pkg-config --cflags opencv)']
|
||||
'cflags': ['<!@(pkg-config --cflags opencv)']
|
||||
, 'cflags!' : ['-fno-exceptions']
|
||||
, 'cflags_cc!' : ['-fno-rtti', '-fno-exceptions']
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user