Fix of bindings.gyo for windows

Adding includes in windows BuildMS
This commit is contained in:
carthagan 2013-07-19 09:20:56 -07:00
parent 85e1ce2448
commit 7ea1435491

View File

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