19 lines
298 B
Plaintext
19 lines
298 B
Plaintext
|
{
|
||
|
"targets": [
|
||
|
{
|
||
|
"target_name": "tree_sitter_bash_binding",
|
||
|
"include_dirs": [
|
||
|
"<!(node -e \"require('nan')\")",
|
||
|
"src"
|
||
|
],
|
||
|
"sources": [
|
||
|
"src/parser.c",
|
||
|
"src/binding.cc"
|
||
|
],
|
||
|
"cflags_c": [
|
||
|
"-std=c99",
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|