mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
b8ce3376e8
CI builds switched to using Homebrew iconv instead of native one in #1626, but for non-publish builds this assumed libiconv was installed by Homebrew, which wasn't always the case. This led to build failures if Homebrew didn't have it installed. Fix it so that we only use Homebrew libiconv in publish builds and use Apple iconv otherwise. This also helps test that both versions work correctly in CI.