summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-02-01 19:45:54 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-02-01 19:45:54 +0800
commit6d36ee2160bd90b739630f54980dc175e8307b4f (patch)
tree59d7931153f59a275ce53901bfa113f1d51bc016 /make
parent20169684c414326a36b4e9a96ad8f0fd2216e47e (diff)
downloadlua-language-server-6d36ee2160bd90b739630f54980dc175e8307b4f.zip
update make
Diffstat (limited to 'make')
-rw-r--r--make/code_format.lua6
1 files changed, 1 insertions, 5 deletions
diff --git a/make/code_format.lua b/make/code_format.lua
index 387221b3..8cc4bb88 100644
--- a/make/code_format.lua
+++ b/make/code_format.lua
@@ -36,11 +36,7 @@ lm:source_set 'code_format' {
defines = "NOT_SUPPORT_FILE_SYSTEM"
},
linux = {
- defines = (function()
- if lm.platform == "linux-arm64" then
- return "NOT_SUPPORT_FILE_SYSTEM"
- end
- end)(),
+ defines = "NOT_SUPPORT_FILE_SYSTEM",
flags = "-Wall -Werror"
}
}