Skip to content

Make buildbots happy again#7274

Merged
sev- merged 2 commits intoscummvm:masterfrom
larsamannen:ls_fix_build
Mar 1, 2026
Merged

Make buildbots happy again#7274
sev- merged 2 commits intoscummvm:masterfrom
larsamannen:ls_fix_build

Conversation

@larsamannen
Copy link
Contributor

Don't use CoreMIDI in tvOS ports and make sure CoreMIDI framework is added to the iOS7 port when using configure.

iOS and tvOS shares much of the same code. Normally all differences
between the targets are handled in the backend where Xcode specific
pre-processor macros can be used to distinguish the platforms.

In shared code, even if it's still Apple specific, we need a define
to separate the iOS and tvOS targets. Add such and use it in the
shared CoreMIDI code. This fixes buildbot issues.
The CoreMIDI framework was missed when building the iOS7 port using
configure. Add it.
@sev-
Copy link
Member

sev- commented Mar 1, 2026

Thank you!

@sev- sev- merged commit 95a1a4b into scummvm:master Mar 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants