We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfc2bb commit 77da193Copy full SHA for 77da193
1 file changed
.github/actions/universal-package/action.yml
@@ -48,7 +48,6 @@ 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