ci: remove macOS gettext symlinking

This doesn't do anything, because it's trying to create a symlink for a
verison that doesn't exist. The version installed via brew is 0.22.5.

In any case, on any recent macOS system, this should not be necessary.

Changelog-None.
This commit is contained in:
fanquake
2024-12-05 15:43:27 +00:00
committed by ShahanaFarooqui
parent 24e0929c0e
commit 9ce885b8a1

View File

@@ -327,7 +327,6 @@ Assuming you have Xcode and Homebrew installed. Install dependencies:
```shell
brew install autoconf automake libtool python3 gnu-sed gettext libsodium protobuf
ln -s /usr/local/Cellar/gettext/0.20.1/bin/xgettext /usr/local/opt
export PATH="/usr/local/opt:$PATH"
```