1
0
mirror of https://github.com/boku7/Loki synced 2026-06-06 15:24:27 +00:00
Files
boku7-Loki/dev/COFFLoader/binding.gyp
T
2025-05-05 13:16:59 -07:00

20 lines
407 B
Python

{
"targets": [
{
"target_name": "COFFLoader",
"sources": [
"COFFLoader.cpp",
"beacon_compatibility.c"
],
"include_dirs": [
"node_modules/node-addon-api"
],
"dependencies": [
"<!(node -p \"require('node-addon-api').gyp\")"
],
"cflags_cc": [ "-std=c++17" ],
"defines": [ "NAPI_DISABLE_CPP_EXCEPTIONS" ]
}
]
}