From 88aa5277fbfb87e359838660e381b8e65a69e9fa Mon Sep 17 00:00:00 2001 From: treatybreaker <58627896+treatybreaker@users.noreply.github.com> Date: Sun, 6 Mar 2022 20:53:09 +0000 Subject: Support libc detection (#527) --- lua/nvim-lsp-installer/installers/context.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/nvim-lsp-installer/installers/context.lua') diff --git a/lua/nvim-lsp-installer/installers/context.lua b/lua/nvim-lsp-installer/installers/context.lua index 7f3761d6..3dda0ab2 100644 --- a/lua/nvim-lsp-installer/installers/context.lua +++ b/lua/nvim-lsp-installer/installers/context.lua @@ -84,8 +84,8 @@ function M.use_github_release_file(repo, file, opts) ) context.stdio_sink.stderr( ( - "Could not find which release file to download. Most likely, the current operating system or architecture (%s) is not supported.\n" - ):format(platform.arch) + "Could not find which release file to download. Most likely the current operating system, architecture (%s), or libc (%s) is not supported.\n" + ):format(platform.arch, platform.get_libc()) ) return nil end -- cgit v1.2.3-70-g09d2