mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-04 00:52:19 +00:00
24 lines
625 B
Diff
24 lines
625 B
Diff
--- a/xmake/code.lua
|
|
+++ b/xmake/code.lua
|
|
@@ -84,6 +84,12 @@
|
|
add_packages("moebius")
|
|
add_packages("freetype")
|
|
add_packages("s7")
|
|
+ add_packages("tree-sitter")
|
|
+ add_packages("tree-sitter-cpp")
|
|
+ add_packages("tree-sitter-scheme")
|
|
+ if not is_plat("wasm") then
|
|
+ add_packages("cpptrace")
|
|
+ end
|
|
add_packages("libgit2")
|
|
if not is_plat("macosx") then
|
|
add_packages("libiconv")
|
|
@@ -108,6 +111,7 @@
|
|
add_files(plugin_openssl_srcs)
|
|
add_files(plugin_xml_srcs)
|
|
add_files(plugin_git_srcs)
|
|
+ add_files(plugin_treesitter_srcs)
|
|
|
|
add_mxflags("-fno-objc-arc")
|
|
|