tree-sitter-elixir/binding.gyp

20 lines
336 B
Plaintext
Raw Normal View History

2021-09-01 14:44:03 +00:00
{
"targets": [
{
"target_name": "tree_sitter_elixir_binding",
"include_dirs": [
"<!(node -e \"require('nan')\")",
"src"
],
"sources": [
"bindings/node/binding.cc",
"src/parser.c",
2021-09-25 00:23:37 +00:00
"src/scanner.cc"
2021-09-01 14:44:03 +00:00
],
"cflags_c": [
"-std=c99",
]
}
]
}