Skip to content

Commit 77da193

Browse files
committed
Remove the static linking of gettext towards libiconv
This really shouldn't be necessary
1 parent ddfc2bb commit 77da193

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/actions/universal-package/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ runs:
4848
# We also manually depend on GNU libiconv as Apple iconv is broken since macOS 14. This is necessary as MacVim
4949
# itself it built against it and we need both to match.
5050
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
5251
fi
5352
5453
# Homebrew requires formula files to be placed in taps and disallows

0 commit comments

Comments
 (0)