fix issues #3

This commit is contained in:
magicode 2013-07-17 08:00:12 +03:00
parent abb20798c3
commit 5eb7e836c3

View File

@ -17,7 +17,7 @@
'<!@(pkg-config --libs opencv)'
]
, 'cflags': [
'<!@(pkg-config --cflags --libs "opencv >= 2.3.1" )'
'<!@(pkg-config --cflags "opencv >= 2.3.1" )'
, '-Wall'
]
, 'cflags!' : [ '-fno-exceptions']