dtschan / vim-static

Statically linked vim binary for Linux x86_64
Other
28 stars 11 forks source link

failure to build with pinned version #2

Open fourtf opened 1 year ago

fourtf commented 1 year ago

It appears that the vim version pinned in the script doesn't build anymore. I suppose a newer version of the dependencies (compiler/linker/musl?) breaks the build. Luckily this seems to be resolved in newer vim versions and I was able to build vim 9.0.0906 just fine by replacing the link and filename in the script.

codemedic commented 1 month ago

I have a PR for this. https://github.com/dtschan/vim-static/pull/3