diff options
Diffstat (limited to 'make.lua')
-rw-r--r-- | make.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" { |