Skip to content

Commit 67bdf0c

Browse files
committed
update make
1 parent 363ebc2 commit 67bdf0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

make.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ lm:executable "lua-language-server" {
5050
}
5151
}
5252

53-
lm:build 'copy_vcrt' {
54-
'$luamake', 'lua', 'make/copy_vcrt.lua', lm.bindir,
55-
}
56-
5753
lm:copy "copy_bootstrap" {
5854
input = "make/bootstrap.lua",
5955
output = lm.bindir.."/main.lua",
@@ -63,6 +59,10 @@ if lm.target == 'arm64-apple-macos11' then
6359
return
6460
end
6561

62+
lm:build 'copy_vcrt' {
63+
'$luamake', 'lua', 'make/copy_vcrt.lua', lm.bindir,
64+
}
65+
6666
lm:build "bee-test" {
6767
lm.bindir.."/lua-language-server"..exe, "3rd/bee.lua/test/test.lua",
6868
pool = "console",

0 commit comments

Comments
 (0)