This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
AsaJS/binding.gyp
2026-01-18 20:46:18 +07:00

16 lines
344 B
Python

{
"targets": [
{
"target_name": "asajs-compiler",
"sources": [
"src/native/main.cc",
],
"dependencies": [
"<!(node -p \"require('node-addon-api').targets\"):node_addon_api",
],
"cflags_cc": [ "-std=c++17" ],
}
]
}