Fix for mavericks / homebrew re #87

Basically just copying solution from https://github.com/mshick/node-protobuf/commit/a071e792065770c9e7372b409d37f295f9473ece

Actually have no idea _why_ this works - assume there's some intricacies with xcode on mavericks.
Esse commit está contido em:
Peter Braden
2013-12-23 16:08:34 -08:00
commit f66364f1bb
+3
Ver Arquivo
@@ -33,6 +33,9 @@
# cflags on OS X are stupid and have to be defined like this
'xcode_settings': {
'OTHER_CFLAGS': [
"-mmacosx-version-min=10.7",
"-std=c++11",
"-stdlib=libc++",
'<!@(pkg-config --cflags opencv)'
]
, "GCC_ENABLE_CPP_RTTI": "YES"