Skip to content

Commit 2a743c2

Browse files
committed
binding.gyp
1 parent bded909 commit 2a743c2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

binding.gyp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"targets": [
3+
{
4+
"target_name": "tree_sitter_help_binding",
5+
"include_dirs": [
6+
"<!(node -e \"require('nan')\")",
7+
"src"
8+
],
9+
"sources": [
10+
"bindings/node/binding.cc",
11+
"src/parser.c",
12+
# If your language uses an external scanner, add it here.
13+
],
14+
"cflags_c": [
15+
"-std=c99",
16+
]
17+
}
18+
]
19+
}

0 commit comments

Comments
 (0)