Skip to content

Commit

Permalink
fix(binding.gyp): remove CLANG_CXX_LIBRARY is macos condition
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Sep 18, 2023
1 parent 60e87af commit a3f6684
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 @@ -15,8 +15,7 @@
'conditions': [
['OS=="mac"', {
'xcode_settings': {
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
'CLANG_CXX_LIBRARY': 'libc++'
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES'
}
}]
]
Expand Down

0 comments on commit a3f6684

Please sign in to comment.