about summary refs log blame commit diff stats
path: root/pkgs/by-name/tr/tree-sitter-yts/binding.gyp
blob: b05038b46c3f3cba40e3cf2c479f87527085e456 (plain) (tree)

















                                                                 
{
  "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",
      ]
    }
  ]
}