Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BuildMacOSUniversalBinary: Disable usage of most system-provided libraries #12926

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

OatmealDome
Copy link
Member

Disable usage of most system-provided libraries to prevent anything installed by Homebrew from leaking into the app. Right now, we prefer a copy of liblzma that was accidentally installed onto the build machine using Homebrew, which is causing the Updater to crash on launch. This may also be causing compatibility problems with Dolphin on older macOS versions.

Fixes https://bugs.dolphin-emu.org/issues/13564.

@AdmiralCurtiss AdmiralCurtiss merged commit ca40eee into dolphin-emu:master Jul 12, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants