Skip to content

Commit

Permalink
Fix node-gyp building on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Aug 28, 2024
1 parent fcb86bc commit dd20f8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"xcode_settings": {
"GCC_ENABLE_CPP_RTTI": "YES",
"GCC_ENABLE_CPP_EXCEPTIONS": "YES",
"CLANG_CXX_LIBRARY": "libc++",
"CLANG_CXX_LANGUAGE_STANDARD": "c++14",
"GCC_VERSION": "com.apple.compilers.llvm.clang.1_0"
"OTHER_CFLAGS": [
"-stdlib=libc++",
"-Wno-register"
Expand Down

0 comments on commit dd20f8b

Please sign in to comment.