From a3a50e0de29efd0367452021d8a05b5c8c2c663e Mon Sep 17 00:00:00 2001 From: John Nagro Date: Sun, 3 Mar 2013 23:29:12 -0500 Subject: [PATCH] fix to compile issue #7 on mac 10.8.2 --- binding.gyp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/binding.gyp b/binding.gyp index 56e82aa..023762a 100644 --- a/binding.gyp +++ b/binding.gyp @@ -21,7 +21,8 @@ ['OS=="mac"', { 'include_dirs':['/usr/local/include/opencv'], 'xcode_settings': { - 'GCC_ENABLE_CPP_EXCEPTIONS': 'YES' + 'GCC_ENABLE_CPP_EXCEPTIONS': 'YES', + 'GCC_ENABLE_CPP_RTTI': '-frtti' }, 'libraries':[ '-lopencv_core',