Just call the C lib 'the library' everywhere, don't call it a 'runtime'
This commit is contained in:
parent
38417fc8a1
commit
0f2347b318
25 changed files with 57 additions and 95 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
output_path=lib/binding/bindings.rs
|
||||
header_path='lib/include/tree_sitter/runtime.h'
|
||||
header_path='lib/include/tree_sitter/api.h'
|
||||
|
||||
bindgen \
|
||||
--no-layout-tests \
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ ${CC} \
|
|||
-I lib/src \
|
||||
-I lib/include \
|
||||
-I lib/utf8proc \
|
||||
lib/src/runtime.c \
|
||||
lib/src/lib.c \
|
||||
-o tree-sitter.o
|
||||
|
||||
ar rcs libtree-sitter.a tree-sitter.o
|
||||
Loading…
Add table
Add a link
Reference in a new issue