You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix macOS N-API linking by allowing undefined symbols
Add -undefined dynamic_lookup linker flags for macOS targets to allow
N-API symbols to be resolved at runtime by Node.js instead of failing
at build time.
0 commit comments