Skip to content

Commit a3a50e0

Browse files
author
John Nagro
committed
fix to compile issue codeboost#7 on mac 10.8.2
1 parent ffe46c8 commit a3a50e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

binding.gyp

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
['OS=="mac"', {
2222
'include_dirs':['/usr/local/include/opencv'],
2323
'xcode_settings': {
24-
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES'
24+
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
25+
'GCC_ENABLE_CPP_RTTI': '-frtti'
2526
},
2627
'libraries':[
2728
'-lopencv_core',

0 commit comments

Comments
 (0)