mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
The current name results in a path that is more than 260 characters long, and this causes issues for the build on Windows.
20 lines
336 B
Python
20 lines
336 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "tree_sitter_python_binding",
|
|
"include_dirs": [
|
|
"<!(node -e \"require('nan')\")",
|
|
"src"
|
|
],
|
|
"sources": [
|
|
"src/parser.c",
|
|
"bindings/node/binding.cc",
|
|
"src/scanner.cc"
|
|
],
|
|
"cflags_c": [
|
|
"-std=c99",
|
|
]
|
|
}
|
|
]
|
|
}
|