0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-14 18:23:09 +00:00
Files
termux-packages/packages/lua-language-server/make.lua.diff
2023-03-10 03:43:17 +09:00

20 lines
315 B
Diff

--- 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 @@
}
end
+lm.flags = "@FLAGS@"
+lm.ldflags = "@LDFLAGS@"
+
local includeCodeFormat = true
require "make.detect_platform"
@@ -109,5 +112,5 @@
}
lm:default {
- "unit-test",
+ "all",
}