Skip to content

Commit

Permalink
fix(NODE-6253): use runtime linking against system kerberos libraries…
Browse files Browse the repository at this point in the history
… by default
  • Loading branch information
nbbeeken committed Jul 8, 2024
1 parent ec3ab7a commit edf8d86
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 @@ -11,7 +11,7 @@
],
'variables': {
'ARCH': '<(host_arch)',
'kerberos_use_rtld%': 'false'
'kerberos_use_rtld%': 'true'
},
'xcode_settings': {
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
Expand Down

0 comments on commit edf8d86

Please sign in to comment.