Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-page committed May 2, 2024
1 parent c033355 commit 465312a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
],
'dependencies': ["<!(node -p \"require('node-addon-api').gyp\")"],
'cflags!': [ '-fPIC' ],
'cflags_cc!': [ '-fPIC' ],
'cflags_cc!': [ '-fPIC -fexceptions' ],
'xcode_settings': {
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
'CLANG_CXX_LIBRARY': 'libc++',
Expand Down

0 comments on commit 465312a

Please sign in to comment.