Skip to content

Commit

Permalink
binding: fix missing symbol on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Nov 9, 2023
1 parent 68691a2 commit f353e48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
],
'cflags': [ '-O3' ],
'conditions': [
[ 'OS=="mac"', {
'xcode_settings': {
'OTHER_LDFLAGS': ['-framework Security', '-framework Foundation'],
},
}],
['OS=="linux"', {
'ldflags': [
'-Wl,-Bsymbolic',
Expand Down

0 comments on commit f353e48

Please sign in to comment.