Document Intel vs Apple Silicon Homebrew paths in OSX-NOTES.md#893
Conversation
Homebrew installs to /usr/local on Intel Macs but /opt/homebrew on Apple Silicon, and OpenSSL is now a versioned keg (openssl@3). The configure example only showed the Intel paths, causing "Can't find OpenSSL headers" on Apple Silicon machines. Show both variants plus a portable brew --prefix form. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe macOS build notes update Homebrew path guidance for Intel and Apple Silicon Macs, add versioned OpenSSL instructions, provide portable ChangesmacOS build documentation
Estimated code review effort: 1 (Trivial) | ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@OSX-NOTES.md`:
- Around line 62-63: Update the command examples in OSX-NOTES.md by removing the
leading “$” prompts from the brew commands, since no command output is shown.
Keep the commands themselves unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Homebrew installs to /usr/local on Intel Macs but /opt/homebrew on Apple Silicon, and OpenSSL is now a versioned keg (openssl@3). The configure example only showed the Intel paths, causing "Can't find OpenSSL headers" on Apple Silicon machines. Show both variants plus a portable brew --prefix form.
Summary by CodeRabbit
brew --prefixconfiguration option.