Add tvOS buildscripts (upstreamed from libretro)#195
Merged
3 commits merged intoEasyRPG:masterfrom Mar 12, 2025
Merged
Conversation
macOS builder on the libretro server pulls this in via a system library which breaks the build
Member
Author
|
The tvOS builder passed: https://ci.easyrpg.org/view/Pull%20Requests/job/toolchain-tvos-pr/1/ Just spams thousands of warnings in SDL2 because OpenGL is deprecated (according to Apple) (was not notified because the CI label was the same as iOS...) |
ghost
approved these changes
Mar 12, 2025
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes Harfbuzz finding (installed via homebrew) system ICU on macOS (happens on the libretro buildbot) by simply disabling it (no idea how to tell meson to not do this...)
tvOS added. The script is 99% the iOS one just without the universal library part because tvOS only exists for one architecture (and arm64 will likely stay for a while unless Apple decides that RISC-V is the new hot shit)