31 lines
575 B
Python
31 lines
575 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "tree-sitter-tsf_binding",
|
|
"dependencies": [
|
|
"<!(node -p \"require('node-addon-api').targets\"):node_addon_api_except"
|
|
],
|
|
"include_dirs": [
|
|
"src"
|
|
],
|
|
"sources": [
|
|
"bindings/node/binding.cc",
|
|
"src/parser.c",
|
|
"src/scanner.c"
|
|
],
|
|
"conditions": [
|
|
["OS!='win'", {
|
|
"cflags_c": [
|
|
"-std=c11"
|
|
]
|
|
}, {
|
|
"cflags_c": [
|
|
"/std:c11",
|
|
"/utf-8"
|
|
]
|
|
}]
|
|
]
|
|
}
|
|
]
|
|
}
|