Copy Node Mac build fix from old pull request (#1199)

pull/3944/head
murgatroid99 10 years ago
parent def77a5235
commit 403caaf4fb
  1. 10
      binding.gyp
  2. 10
      templates/binding.gyp.template

@ -73,6 +73,16 @@
]
]
}],
['OS=="mac"', {
'xcode_settings': {
'MACOSX_DEPLOYMENT_TARGET': '10.9',
'OTHER_CFLAGS': [
'-fno-strict-aliasing',
'-std=c++11',
'-stdlib=libc++'
]
}
}]
]
},
'targets': [

@ -75,6 +75,16 @@
]
]
}],
['OS=="mac"', {
'xcode_settings': {
'MACOSX_DEPLOYMENT_TARGET': '10.9',
'OTHER_CFLAGS': [
'-fno-strict-aliasing',
'-std=c++11',
'-stdlib=libc++'
]
}
}]
]
},
'targets': [

Loading…
Cancel
Save