summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-12-03 11:05:33 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-12-03 11:05:33 +0800
commit2619ece52b59c64805b17b00deb1106ffa0e0cfe (patch)
tree55f3cdef64293cb812635bc74c66da92f3d1deca /make
parent112a45b41a7af5b552d7b296c9dc5ffa042d3561 (diff)
downloadlua-language-server-2619ece52b59c64805b17b00deb1106ffa0e0cfe.zip
remove lni
Diffstat (limited to 'make')
-rw-r--r--make/install.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/make/install.lua b/make/install.lua
index c5984a98..d5b26d7c 100644
--- a/make/install.lua
+++ b/make/install.lua
@@ -10,7 +10,6 @@ local exe = platform == 'msvc' and ".exe" or ""
local dll = platform == 'msvc' and ".dll" or ".so"
fs.create_directories(output)
-fs.copy_file(bindir / 'lni'..dll, output / 'lni'..dll, true)
fs.copy_file(bindir / 'lpeglabel'..dll, output / 'lpeglabel'..dll, true)
fs.copy_file(bindir / 'bee'..dll, output / 'bee'..dll, true)
fs.copy_file(bindir / 'lua'..exe, output / 'lua-language-server'..exe, true)