aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-10-23 10:25:30 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-10-23 10:25:30 -0700
commit22c448bed0835f09c4fa33a5d0d661b9b9c84077 (patch)
tree8fa7c045d7b4c4f36abdc5daea36a6085c13e071 /templates
parentafe4698cdbdf4654c2d056a60327b96df7d9a723 (diff)
Removed extraneous C++ settings in Node gyp C targets
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'
}
}]
],