Skip to content

Commit fec4e41

Browse files
authored
Update make.lua
1 parent 5a84fd7 commit fec4e41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ lm:copy "copy_lua-language-server" {
6363
}
6464

6565
lm:copy "copy_bootstrap" {
66-
input = "make/bootstrap.lua",
66+
inputs = "make/bootstrap.lua",
6767
outputs = "bin/main.lua",
6868
}
6969

7070
lm:msvc_copydll 'copy_vcrt' {
7171
type = "vcrt",
72-
output = "bin",
72+
outputs = "bin",
7373
}
7474

7575
lm:phony "all" {

0 commit comments

Comments
 (0)