aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--binding.gyp10
-rw-r--r--templates/binding.gyp.template5
2 files changed, 3 insertions, 12 deletions
diff --git a/binding.gyp b/binding.gyp
index 31672b7dd4..c2f9c6526d 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -137,10 +137,7 @@
"conditions": [
['OS == "mac"', {
'xcode_settings': {
- 'MACOSX_DEPLOYMENT_TARGET': '10.9',
- 'OTHER_CFLAGS': [
- '-stdlib=libc++'
- ]
+ 'MACOSX_DEPLOYMENT_TARGET': '10.9'
}
}]
],
@@ -305,10 +302,7 @@
"conditions": [
['OS == "mac"', {
'xcode_settings': {
- 'MACOSX_DEPLOYMENT_TARGET': '10.9',
- 'OTHER_CFLAGS': [
- '-stdlib=libc++'
- ]
+ 'MACOSX_DEPLOYMENT_TARGET': '10.9'
}
}]
],
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'
}
}]
],