mirror of
https://github.com/neovim/neovim.git
synced 2025-11-07 11:14:26 +00: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:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -102,6 +102,7 @@ jobs:
|
|||||||
brew uninstall $(brew uses --installed --recursive gettext)
|
brew uninstall $(brew uses --installed --recursive gettext)
|
||||||
brew unlink gettext
|
brew unlink gettext
|
||||||
ln -sf "$(brew --prefix)/opt/$(readlink "${GETTEXT_PREFIX}")/bin"/* /usr/local/bin/
|
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"
|
rm -f "$GETTEXT_PREFIX"
|
||||||
- name: Build release
|
- name: Build release
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user