From fec4e41cc15e689d62f1fee50295abca4e72056e Mon Sep 17 00:00:00 2001 From: actboy168 Date: Mon, 26 Feb 2024 11:00:32 +0800 Subject: Update make.lua --- make.lua | 4 ++-- 1 file 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" { -- cgit v1.2.3