We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67bdf0c commit 5ba7453Copy full SHA for 5ba7453
make.lua
@@ -60,7 +60,7 @@ if lm.target == 'arm64-apple-macos11' then
60
end
61
62
lm:build 'copy_vcrt' {
63
- '$luamake', 'lua', 'make/copy_vcrt.lua', lm.bindir,
+ '$luamake', 'lua', 'make/copy_vcrt.lua', lm.bindir, lm.arch,
64
}
65
66
lm:build "bee-test" {
0 commit comments