Skip to content
Snippets Groups Projects
Commit 03b94730 authored by 最萌小汐's avatar 最萌小汐
Browse files

修改编译提示

parent 8b15b7c4
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ local exeDir = exePath:gsub('[^/\\]-$', '')
local dll = exePath:sub(-4) == '.exe' and '.dll' or '.so'
package.cpath = exeDir .. '?' .. dll
if not package.loadlib(exeDir..'bee'..dll, 'luaopen_bee_platform') then
error([[It doesn't seem to support your OS, please let me know at https://github.com/sumneko/lua-language-server/issues]])
error([[It doesn't seem to support your OS, please build it in your OS, see https://github.com/sumneko/vscode-lua/wiki/Build]])
end
local fs = require 'bee.filesystem'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment