We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ed39e commit 78cf8dcCopy full SHA for 78cf8dc
1 file changed
.github/actions/universal-package/action.yml
@@ -48,6 +48,7 @@ runs:
48
# We also manually depend on GNU libiconv as Apple iconv is broken since macOS 14. This is necessary as MacVim
49
# itself it built against it and we need both to match.
50
sed -i.bak '/^[[:blank:]]*def install$/i\'$'\n depends_on "libiconv"\n' ${formula}.rb
51
+ sed -i.bak '/^[[:blank:]]*def install$/a\'$'\n ENV["LIBS"] = "'$(brew --prefix)'/opt/libiconv/lib/libiconv.a"\n' ${formula}.rb
52
fi
53
54
# Homebrew requires formula files to be placed in taps and disallows
0 commit comments