diff --git a/binding.gyp b/binding.gyp index b41dfd7..ad8b381 100644 --- a/binding.gyp +++ b/binding.gyp @@ -13,6 +13,12 @@ 'defines': [ 'VERSION=0.4.6', ], + 'xcode_settings': { + 'OTHER_CFLAGS': [ + "-std=c++11", + "-stdlib=libc++" + ], + }, 'sources': [ 'src/bindings.cpp', 'src/ivrsystem.cpp',