summaryrefslogtreecommitdiff
path: root/make.lua
diff options
context:
space:
mode:
Diffstat (limited to 'make.lua')
-rw-r--r--make.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.lua b/make.lua
index f09241bb..06626a7e 100644
--- a/make.lua
+++ b/make.lua
@@ -60,7 +60,7 @@ if lm.target == 'arm64-apple-macos11' then
end
lm:build 'copy_vcrt' {
- '$luamake', 'lua', 'make/copy_vcrt.lua', lm.bindir,
+ '$luamake', 'lua', 'make/copy_vcrt.lua', lm.bindir, lm.arch,
}
lm:build "bee-test" {