summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoractboy168 <actboy168@gmail.com>2024-02-26 11:00:32 +0800
committerGitHub <noreply@github.com>2024-02-26 11:00:32 +0800
commitfec4e41cc15e689d62f1fee50295abca4e72056e (patch)
tree243e3ce797062ad501a223dfd29d355c3b60b750
parent5a84fd7d8e51bb2e4783b57b5bc2b8ccf27e5182 (diff)
downloadlua-language-server-fec4e41cc15e689d62f1fee50295abca4e72056e.zip
Update make.lua
-rw-r--r--make.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/make.lua b/make.lua
index 60e39356..615f1f35 100644
--- a/make.lua
+++ b/make.lua
@@ -63,13 +63,13 @@ lm:copy "copy_lua-language-server" {
}
lm:copy "copy_bootstrap" {
- input = "make/bootstrap.lua",
+ inputs = "make/bootstrap.lua",
outputs = "bin/main.lua",
}
lm:msvc_copydll 'copy_vcrt' {
type = "vcrt",
- output = "bin",
+ outputs = "bin",
}
lm:phony "all" {