Skip to content

Commit 5ba7453

Browse files
authored
Update make.lua
1 parent 67bdf0c commit 5ba7453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if lm.target == 'arm64-apple-macos11' then
6060
end
6161

6262
lm:build 'copy_vcrt' {
63-
'$luamake', 'lua', 'make/copy_vcrt.lua', lm.bindir,
63+
'$luamake', 'lua', 'make/copy_vcrt.lua', lm.bindir, lm.arch,
6464
}
6565

6666
lm:build "bee-test" {

0 commit comments

Comments
 (0)