summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" {