nvim-lspinstall
nvim-lspinstall copied to clipboard
determine the type of libc when download rust-analyzer
We need to determine the type of libc when download rust-analyzer.
Good point. But there has to be a better way to figure out if it's gnu or musl?
The way to get the Libc type through shell is basically realized through ldd. You can take a look at this article: https://dev.to/0xbf/how-to-get-glibc-version-c-lang-26he
Hmm I don't like this. Seems very fragile