Skip to content

Commit

Permalink
Don't force libc++ on MacOSX
Browse files Browse the repository at this point in the history
  • Loading branch information
saper committed Aug 28, 2015
1 parent 26de5ca commit d178927
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
['OS=="mac"', {
'xcode_settings': {
'OTHER_CPLUSPLUSFLAGS': [
'-std=c++11',
'-stdlib=libc++'
'-std=c++11'
],
'OTHER_LDFLAGS': [],
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
Expand Down

0 comments on commit d178927

Please sign in to comment.