Skip to content

Commit

Permalink
Removed extraneous C++ settings in Node gyp C targets
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Oct 23, 2015
1 parent afe4698 commit 22c448b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
10 changes: 2 additions & 8 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,7 @@
"conditions": [
['OS == "mac"', {
'xcode_settings': {
'MACOSX_DEPLOYMENT_TARGET': '10.9',
'OTHER_CFLAGS': [
'-stdlib=libc++'
]
'MACOSX_DEPLOYMENT_TARGET': '10.9'
}
}]
],
Expand Down Expand Up @@ -305,10 +302,7 @@
"conditions": [
['OS == "mac"', {
'xcode_settings': {
'MACOSX_DEPLOYMENT_TARGET': '10.9',
'OTHER_CFLAGS': [
'-stdlib=libc++'
]
'MACOSX_DEPLOYMENT_TARGET': '10.9'
}
}]
],
Expand Down
5 changes: 1 addition & 4 deletions templates/binding.gyp.template
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,7 @@
"conditions": [
['OS == "mac"', {
'xcode_settings': {
'MACOSX_DEPLOYMENT_TARGET': '10.9',
'OTHER_CFLAGS': [
'-stdlib=libc++'
]
'MACOSX_DEPLOYMENT_TARGET': '10.9'
}
}]
],
Expand Down

0 comments on commit 22c448b

Please sign in to comment.