Skip to content

Commit

Permalink
fix(NODE-6108): allow building from source on latest Node.js 20.x (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax authored Apr 19, 2024
1 parent 4a7c656 commit c1f7aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kerberos.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#define NAPI_VERSION 6
// as an experimental feature (that has not been changed since then).
#define NAPI_EXPERIMENTAL
#define NODE_API_EXPERIMENTAL_NOGC_ENV_OPT_OUT

#include <napi.h>
#include "kerberos_common.h"
Expand Down

0 comments on commit c1f7aca

Please sign in to comment.