summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-12-15 13:30:46 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-12-15 13:30:46 +0800
commit67bdf0c72614dea20b6c55038db8698ceb1dec11 (patch)
treed10c7086c83dded9026fc4e4eeb0085aa995a7d0
parent363ebc292aa4029d7a6aef28dcca22fd147d9f85 (diff)
downloadlua-language-server-67bdf0c72614dea20b6c55038db8698ceb1dec11.zip
update make
-rw-r--r--make.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/make.lua b/make.lua
index 1fa40cb4..f09241bb 100644
--- a/make.lua
+++ b/make.lua
@@ -50,10 +50,6 @@ lm:executable "lua-language-server" {
}
}
-lm:build 'copy_vcrt' {
- '$luamake', 'lua', 'make/copy_vcrt.lua', lm.bindir,
-}
-
lm:copy "copy_bootstrap" {
input = "make/bootstrap.lua",
output = lm.bindir.."/main.lua",
@@ -63,6 +59,10 @@ if lm.target == 'arm64-apple-macos11' then
return
end
+lm:build 'copy_vcrt' {
+ '$luamake', 'lua', 'make/copy_vcrt.lua', lm.bindir,
+}
+
lm:build "bee-test" {
lm.bindir.."/lua-language-server"..exe, "3rd/bee.lua/test/test.lua",
pool = "console",