Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Use libstdc++.so.6.0.9 on MacOSX
Browse files Browse the repository at this point in the history
  • Loading branch information
saper committed Aug 27, 2015
1 parent ef58b6f commit 3823446
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 3823446

Please sign in to comment.