mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 02:34:59 -07:00
ci(release): link gettext
include directory
Our previous mangling of gettext broke the `HAVE_WORKING_LIBINTL` test because it prevented CMake from finding `libintl.h`. Let's fix that by linking Gettext's `include` directory into `/usr/local` too.
This commit is contained in:
parent
4e402ae548
commit
7eaeb07c1c
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -108,6 +108,7 @@ jobs:
|
||||
brew uninstall $(brew uses --installed --recursive gettext)
|
||||
brew unlink gettext
|
||||
ln -sf "$(brew --prefix)/opt/$(readlink "${GETTEXT_PREFIX}")/bin"/* /usr/local/bin/
|
||||
ln -sf "$(brew --prefix)/opt/$(readlink "${GETTEXT_PREFIX}")/include"/* /usr/local/include/
|
||||
rm -f "$GETTEXT_PREFIX"
|
||||
- name: Build release
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user