WIP on travis

This commit is contained in:
Peter Braden 2012-09-24 16:13:27 -04:00
parent 624194e334
commit 037cfb8c9c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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']