diff options
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 |