mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
Fix of bindings.gyo for windows
Adding includes in windows BuildMS
This commit is contained in:
parent
85e1ce2448
commit
7ea1435491
@ -16,6 +16,12 @@
|
||||
, 'libraries': [
|
||||
'<!@(pkg-config --libs opencv)'
|
||||
]
|
||||
|
||||
# For windows
|
||||
,'include_dirs': [
|
||||
'<!@(pkg-config --cflags opencv)'
|
||||
]
|
||||
|
||||
, 'cflags': [
|
||||
'<!@(pkg-config --cflags "opencv >= 2.3.1" )'
|
||||
, '-Wall'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user