Skip to content

Commit 8d74c91

Browse files
committed
Updated make.lua
1 parent 0e687b9 commit 8d74c91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ lm:copy "copy_bootstrap" {
5252
output = lm.bindir .. "/main.lua",
5353
}
5454

55-
lm:msvc_copy_vcrt 'copy_vcrt' {
55+
lm:msvc_copydll 'copy_vcrt' {
56+
type = "vcrt",
5657
output = lm.bindir,
5758
}
5859

0 commit comments

Comments
 (0)