summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoractboy168 <actboy168@gmail.com>2021-12-15 13:37:49 +0800
committerGitHub <noreply@github.com>2021-12-15 13:37:49 +0800
commit5ba74531b6b210960bcde45a958671712f8cb4cb (patch)
tree1d343bd9a85305583d256d173bd555317d49e4c4
parent67bdf0c72614dea20b6c55038db8698ceb1dec11 (diff)
downloadlua-language-server-5ba74531b6b210960bcde45a958671712f8cb4cb.zip
Update 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" {