20 lines
376 B
Python
20 lines
376 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "tree_sitter_tiger_binding",
|
|
"include_dirs": [
|
|
"<!(node -e \"require('nan')\")",
|
|
"src"
|
|
],
|
|
"sources": [
|
|
"bindings/node/binding.cc",
|
|
"src/parser.c",
|
|
# If your language uses an external scanner, add it here.
|
|
],
|
|
"cflags_c": [
|
|
"-std=c99",
|
|
]
|
|
}
|
|
]
|
|
}
|