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

Fix crash on startup due to SDLnet library linked externally (macOS) #4732

Merged
merged 2 commits into from
Jan 5, 2024

Conversation

maron2000
Copy link
Contributor

@maron2000 maron2000 commented Jan 4, 2024

Current nightly builds for macOS uses SDLnet library installed via homebrew.
Some flaws regarding installation of SDL2 library made it crash on startup reported in issue #4438.
This PR compiles the in-tree SDLnet code to avoid such crash.

Fixes #4438
Fixes #4600
Fixes #4638

@maron2000
Copy link
Contributor Author

@nanshiki, @Yogi-baer, @dbjh
Please check the CHANGELOG, and don't forget to add it yourself when making a pull request.

@joncampbell123 joncampbell123 merged commit 110710a into joncampbell123:master Jan 5, 2024
19 checks passed
@maron2000 maron2000 deleted the mac_sdlfix branch February 13, 2024 23:20
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.

Crash in macOSVentura Latest Intel macOS version crashes on start
2 participants