Skip to content

Fix arm64 build#46

Open
an1310 wants to merge 1 commit into
OpenEmu:masterfrom
an1310:apple-silicon-revival
Open

Fix arm64 build#46
an1310 wants to merge 1 commit into
OpenEmu:masterfrom
an1310:apple-silicon-revival

Conversation

@an1310
Copy link
Copy Markdown

@an1310 an1310 commented May 21, 2026

The Xcode project has a library search path pointing at a directory of
prebuilt static libraries committed for the Windows build (libz.a and
others, under GLideN64's GLideNHQ tree). Those archives are not Mach-O,
so on arm64 the linker reaches them and fails to link the GLideN64 video
plugin.

Removed that search path. Standard resolution then applies: zlib comes
from the system, libpng from the project's own build. No source changes;
the core, both RSP plugins, and both video plugins link.

Builds arm64 against the macOS 26 SDK.

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.

1 participant