parent
bb1634a544
commit
9275aeba08
6 changed files with 6 additions and 2 deletions
|
|
@ -43,6 +43,7 @@ fn main() {
|
|||
.include(&include_path)
|
||||
.define("_POSIX_C_SOURCE", "200112L")
|
||||
.define("_DEFAULT_SOURCE", None)
|
||||
.define("_DARWIN_C_SOURCE", None)
|
||||
.warnings(false)
|
||||
.file(src_path.join("lib.c"))
|
||||
.compile("tree-sitter");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue