diff options
author | actboy168 <actboy168@gmail.com> | 2021-12-15 13:37:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-15 13:37:49 +0800 |
commit | 5ba74531b6b210960bcde45a958671712f8cb4cb (patch) | |
tree | 1d343bd9a85305583d256d173bd555317d49e4c4 | |
parent | 67bdf0c72614dea20b6c55038db8698ceb1dec11 (diff) | |
download | lua-language-server-5ba74531b6b210960bcde45a958671712f8cb4cb.zip |
Update 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" { |