Files
ardupilot/Tools/environment_install
Andrew Tridgell 897b4b3571 Tools: fix install-prereqs-mac.sh for Apple Silicon
On Apple Silicon Macs, Homebrew installs to /opt/homebrew instead of
/usr/local. This commit:
- Detects HOMEBREW_PREFIX using 'brew --prefix'
- Uses HOMEBREW_PREFIX for ccache paths instead of hardcoded /usr/local
- Checks if /usr/local/bin exists before running find command to delete
  Python framework symlinks

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 11:07:08 +11:00
..