tree-sitter-objc/binding.gyp

19 lines
308 B
Python

{
"targets": [
{
"target_name": "tree_sitter_objc_binding",
"include_dirs": [
"<!(node -e \"require('nan')\")",
"src"
],
"sources": [
"src/parser.c",
"bindings/node/binding.cc"
],
"cflags_c": [
"-std=c99",
]
}
]
}