mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-27 21:22:29 +00:00
packages/lua-language-server
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user