aboutsummaryrefslogtreecommitdiffhomepage
path: root/binding.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp10
1 files changed, 10 insertions, 0 deletions
diff --git a/binding.gyp b/binding.gyp
index 050bc40664..4c6a641b8c 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -73,6 +73,16 @@
]
]
}],
+ ['OS=="mac"', {
+ 'xcode_settings': {
+ 'MACOSX_DEPLOYMENT_TARGET': '10.9',
+ 'OTHER_CFLAGS': [
+ '-fno-strict-aliasing',
+ '-std=c++11',
+ '-stdlib=libc++'
+ ]
+ }
+ }]
]
},
'targets': [