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: Fix macOS arm64 crashes #54

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

joeyparrish
Copy link
Member

Enabling position independent code (PIC) resolves a crash in macOS arm64 builds. The idea to try this came from a relocation-related build failure on another machine, followed by me stubmling across a note that iOS requires PIC.

Closes #51

Enabling position independent code (PIC) resolves a crash in macOS arm64 builds.  The idea to try this came from a relocation-related build failure on another machine, followed by me stubmling across a note that iOS requires PIC.

Closes shaka-project#51
@joeyparrish joeyparrish merged commit 3fd76db into shaka-project:main Nov 10, 2024
11 checks passed
@joeyparrish joeyparrish deleted the fix-macos-arm64 branch November 10, 2024 18:42
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 on macOS arm64
2 participants