mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-02 11:19:22 +02:00
091e120ada
We are only using GNU iconv instead of native one because in newer macOS versions the system iconv is buggy. This isn't an issue for older macOS versions. Building with GNU iconv makes the build chain more complicated for self-hosted VMs and it also increases binary size so we don't want to do this unless it's necessary.