mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
fix(node): undefine NAPI_EXPERIMENTAL
This fixes build with Node v20.12.2. Related upstream issue: <https://github.com/nodejs/node/issues/52229>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#define NAPI_VERSION 4
|
||||
#define NAPI_EXPERIMENTAL
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user