mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
add pkg-config to linux - trying to get travis-ci to build
This commit is contained in:
parent
8037d68386
commit
f74971be01
@ -32,7 +32,7 @@
|
||||
, 'cflags_cc!': [ '-fno-rtti', '-fno-exceptions']
|
||||
}]
|
||||
, ['OS=="linux"', {
|
||||
'cflags': ['-ldl', '-Wall']
|
||||
'cflags': ['-ldl', '-Wall', '<!@(pkg-config --cflags opencv)']
|
||||
, 'cflags!' : ['-fno-exceptions']
|
||||
, 'cflags_cc!' : ['-fno-rtti', '-fno-exceptions']
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user