We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
brew install wget
We should avoid using e.g. @@HOMEBREW_PREFIX@@ etc. relocation replacements on Apple Silicon (and maybe Linux x86_64/arm64 but not/never macOS Intel).
@@HOMEBREW_PREFIX@@
These were needed initially because replacing /usr/local on macOS Intel was far too wide-reaching with too many false positives and negatives.
/usr/local
This would:
Increased speed and security for homebrew-core.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Verification
brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.Provide a detailed description of the proposed feature
We should avoid using e.g.
@@HOMEBREW_PREFIX@@
etc. relocation replacements on Apple Silicon (and maybe Linux x86_64/arm64 but not/never macOS Intel).These were needed initially because replacing
/usr/local
on macOS Intel was far too wide-reaching with too many false positives and negatives.What is the motivation for the feature?
This would:
How will the feature be relevant to at least 90% of Homebrew users?
Increased speed and security for homebrew-core.
What alternatives to the feature have been considered?
The text was updated successfully, but these errors were encountered: