0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/x11-packages/mogan/xmake-code.lua.patch
2024-10-16 08:36:25 +08:00

21 lines
548 B
Diff

--- a/xmake/code.lua
+++ b/xmake/code.lua
@@ -84,6 +84,9 @@
add_packages("moebius")
add_packages("freetype")
add_packages("s7")
+ add_packages("tree-sitter")
+ add_packages("tree-sitter-cpp")
+ add_packages("tree-sitter-scheme")
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")