aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/binding.gyp.template5
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/binding.gyp.template b/templates/binding.gyp.template
index 3faf05e9fe..60a64273bf 100644
--- a/templates/binding.gyp.template
+++ b/templates/binding.gyp.template
@@ -107,10 +107,7 @@
"conditions": [
['OS == "mac"', {
'xcode_settings': {
- 'MACOSX_DEPLOYMENT_TARGET': '10.9',
- 'OTHER_CFLAGS': [
- '-stdlib=libc++'
- ]
+ 'MACOSX_DEPLOYMENT_TARGET': '10.9'
}
}]
],