Use UTF8PROC_STATIC macro
This commit is contained in:
parent
7748f8e168
commit
654789f925
2 changed files with 2 additions and 1 deletions
1
build.rs
1
build.rs
|
|
@ -8,6 +8,7 @@ fn main() {
|
|||
let root_path: PathBuf = ["vendor", "tree-sitter"].iter().collect();
|
||||
|
||||
config
|
||||
.define("UTF8PROC_STATIC", "")
|
||||
.flag_if_supported("-std=c99")
|
||||
.flag_if_supported("-Wno-unused-parameter")
|
||||
.include(root_path.join("src"))
|
||||
|
|
|
|||
2
vendor/tree-sitter
vendored
2
vendor/tree-sitter
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 3c01382b95364ce40f0cf9856865a30af77f9690
|
||||
Subproject commit 9c1e82a7eac97767cee0469faa2722fd5753b065
|
||||
Loading…
Add table
Add a link
Reference in a new issue