packages/lua-language-server

This commit is contained in:
termux-actions[bot]
2022-04-09 17:39:59 +00:00
parent a41d7a454e
commit 580785727f
3 changed files with 14 additions and 12 deletions

View File

@@ -1,18 +1,18 @@
--- a/make.lua 2022-03-30 20:11:02.703964364 +0530
+++ b/make.lua 2022-03-30 20:12:54.763964322 +0530
@@ -4,6 +4,9 @@
lm.bindir = "bin"
+lm.flags = "@FLAGS@"
+lm.ldflags = "@LDFLAGS@"
+
---@diagnostic disable-next-line: codestyle-check
lm.EXE_DIR = ""
@@ -144,6 +147,5 @@
}
lm:default {
- "bee-test",
- "unit-test",