mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
Problem:
Neovim will not build for ARM64 using MSVC due to misconfigured
gettext dependency build settings.
Solution:
Fix the dependency build settings for gettext when building with MSVC.
(cherry picked from commit 7737f89206
)