From 22c448bed0835f09c4fa33a5d0d661b9b9c84077 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Fri, 23 Oct 2015 10:25:30 -0700 Subject: [PATCH] Removed extraneous C++ settings in Node gyp C targets --- binding.gyp | 10 ++-------- templates/binding.gyp.template | 5 +---- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/binding.gyp b/binding.gyp index 31672b7dd45..c2f9c6526d2 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 3faf05e9fe0..60a64273bfe 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' } }] ],