about summary refs log tree commit diff stats
path: root/pkgs/by-name/tr/tree-sitter-yts/binding.gyp
blob: b05038b46c3f3cba40e3cf2c479f87527085e456 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "targets": [
    {
      "target_name": "tree_sitter_yts_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",
      ]
    }
  ]
}