Skip to content

Add Apple Silicon compatibility to simplesnapwrap#31

Open
tomhoover wants to merge 1 commit intojgoerzen:masterfrom
tomhoover:add-apple-silicon-compatibility
Open

Add Apple Silicon compatibility to simplesnapwrap#31
tomhoover wants to merge 1 commit intojgoerzen:masterfrom
tomhoover:add-apple-silicon-compatibility

Conversation

@tomhoover
Copy link
Copy Markdown
Contributor

Homebrew uses /usr/local/bin for program installation on Intel Macs;
however, it began using /opt/homebrew/bin for Macs with Apple Silicon.
This PR ensures compatibility with both Apple Silicon and Intel, as
"${HOMEBREW_PREFIX}" points to /opt/homebrew or /usr/local, as
appropriate.

Homebrew uses /usr/local/bin for program installation on Intel Macs;
however, it began using /opt/homebrew/bin for Macs with Apple Silicon.
This PR ensures compatibility with both Apple Silicon and Intel, as
"${HOMEBREW_PREFIX}" points to /opt/homebrew or /usr/local, as
appropriate.
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