mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-07 02:03:47 +08:00
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>