mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
18 lines
528 B
Python
18 lines
528 B
Python
{
|
|
"targets": [{
|
|
"target_name": "napitests",
|
|
"cflags!": [ "-fno-exceptions" ],
|
|
"cflags_cc!": [ "-fno-exceptions" ],
|
|
"sources": [
|
|
"main.cpp"
|
|
],
|
|
'include_dirs': [
|
|
"<!@(node -p \"require('node-addon-api').include\")"
|
|
],
|
|
'libraries': [],
|
|
'dependencies': [
|
|
"<!(node -p \"require('node-addon-api').gyp\")"
|
|
],
|
|
'defines': [ 'NAPI_DISABLE_CPP_EXCEPTIONS', 'NODE_API_EXPERIMENTAL_NOGC_ENV_OPT_OUT=1' ],
|
|
}]
|
|
} |