Skip to content

Commit

Permalink
binding.gyp: enable c++ exceptions, seems to fix building for i386
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Apr 15, 2012
1 parent 341778a commit fd54890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
}],
['OS=="mac"', {
'xcode_settings': {
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
'MACOSX_DEPLOYMENT_TARGET': '10.5',
'OTHER_CFLAGS': [
'-ObjC++'
Expand Down

0 comments on commit fd54890

Please sign in to comment.