mavethee / suyu-macos-builds-script

Zsh script to install needed dependencies, compile and run Suyu, a Nintendo Switch emulator on macOS syetem, preferably Apple Silicon.
GNU General Public License v3.0
29 stars 5 forks source link

Add gettext to the dependencies #7

Closed shinra-electric closed 10 months ago

shinra-electric commented 10 months ago

Required for the nx_tzdb fix on Sonoma and Apple Silicon.

nx_tzdb requires the intl library, but it seems to have been removed in newer versions of Sonoma. It is included in gettext though, so we can add this to the dependencies list.

Edit: Dependent on https://github.com/yuzu-emu/yuzu/pull/12634

shinra-electric commented 10 months ago

This is actually not required, because gettext is a dependency of ffmpeg, which is already in the dependencies list. They should get automatically installed together.