Auto-update tree-sitter to 0.23.0 (#5061)
* Update tree-sitter to 0.23.0 * add utils.symbols.export_all --------- Co-authored-by: star9029 <hengxings783@gmail.com>pull/5066/head
parent
fa98f122e0
commit
e37caf75dd
2 changed files with 12 additions and 27 deletions
@ -1,8 +1,11 @@ |
||||
add_rules("mode.debug", "mode.release") |
||||
|
||||
target("tree-sitter") |
||||
set_kind("$(kind)") |
||||
add_files("lib/src/lib.c") |
||||
add_includedirs({ |
||||
"lib/src", |
||||
"lib/include"}) |
||||
add_headerfiles("lib/include/(**.h)") |
||||
add_includedirs("lib/src", "lib/include") |
||||
add_headerfiles("lib/include/(**.h)") |
||||
|
||||
if is_plat("windows") and is_kind("shared") then |
||||
add_rules("utils.symbols.export_all") |
||||
end |
||||
|
Loading…
Reference in new issue