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

Issues preventing build #6

Closed shinra-electric closed 10 months ago

shinra-electric commented 10 months ago

There are a few issues that are currently preventing Yuzu from building:

mavethee commented 10 months ago

Yeah, I was planning to look into it once MVK gets updated! ^^ Thanks for PR.

mavethee commented 10 months ago

And yah, issue with nx_tzb is still there. CleanShot 2024-01-04 at 10 05 02@2x

shinra-electric commented 10 months ago

The issue has been identified and the fix should be committed to master soon...

They added a macOS CI a while ago to prevent Mac regressions, but the CI is x86 and this issue only affected arm64...

Edit: Actually the fix needs to be applied to the external nx_tzdb dependency, so not sure how long that will take...

shinra-electric commented 10 months ago

All issues are fixed, the script works as expected.