packages/lua-language-server

This commit is contained in:
termux-actions[bot]
2022-03-31 09:41:44 +00:00
parent 2ebfd5b3e8
commit 2e9307405f
2 changed files with 12 additions and 12 deletions

View File

@@ -1,20 +1,20 @@
--- b/make.lua 2022-01-08 12:10:22.532679720 +0530
+++ a/make.lua 2022-01-08 12:05:20.922679835 +0530
@@ -6,6 +6,9 @@
--- 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.EXE_DIR = ""
lm.bindir = "bin"
+lm.flags = "@FLAGS@"
+lm.ldflags = "@LDFLAGS@"
+
if platform.OS == 'macOS' then
if lm.platform == nil then
elseif lm.platform == "darwin-arm64" then
@@ -132,6 +135,5 @@
---@diagnostic disable-next-line: codestyle-check
lm.EXE_DIR = ""
@@ -144,6 +147,5 @@
}
lm:default {
- "bee-test",
- "unit-test",
+ "all",
+ "all",
}