diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-03-04 16:21:03 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-03-04 16:21:03 +0800 |
commit | b021a261036690d354b56451ada1d22144b1950b (patch) | |
tree | 16918cd38b88ce742c95498e4647f666b323be50 /make | |
parent | 15bd41db7aefee219e81d2bb815303714aa300d9 (diff) | |
download | lua-language-server-b021a261036690d354b56451ada1d22144b1950b.zip |
not provide ucrt any more
Diffstat (limited to 'make')
-rw-r--r-- | make/install.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make/install.lua b/make/install.lua index 1ad0ed06..75556ac1 100644 --- a/make/install.lua +++ b/make/install.lua @@ -17,5 +17,4 @@ fs.copy_file(bindir / 'lua'..exe, output / 'lua-language-server'..exe, tru if platform == 'msvc' then fs.copy_file(bindir / 'lua54'..dll, output / 'lua54'..dll, true) require 'msvc'.copy_vcrt('x64', output) - require 'msvc'.copy_ucrt('x64', output) end |