mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
dev-python/tree-sitter: Sync with Gentoo
It's from Gentoo commit db34793c19282cfb7b98f0d0ce49fa6d4614e1dd.
This commit is contained in:
parent
001dc24397
commit
a25e061f4c
@ -1,17 +0,0 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -14,13 +14,9 @@ setup(
|
||||
Extension(
|
||||
name="tree_sitter._binding",
|
||||
sources=[
|
||||
- "tree_sitter/core/lib/src/lib.c",
|
||||
"tree_sitter/binding.c"
|
||||
],
|
||||
- include_dirs=[
|
||||
- "tree_sitter/core/lib/include",
|
||||
- "tree_sitter/core/lib/src"
|
||||
- ],
|
||||
+ libraries=["tree-sitter"],
|
||||
define_macros=[
|
||||
("PY_SSIZE_T_CLEAN", None),
|
||||
],
|
||||
Loading…
x
Reference in New Issue
Block a user