Commit 21c97fb
fix(mac build): detect_brew_prefix must not abort under set -e
The helper used to return the exit status of its last conditional, so
when neither brew nor the fallback prefix dirs were present it bubbled
up exit code 1. With \`set -e\` at the top of build_mac.sh that aborted
the build right after step [3c/4], before the new optional-mysql /
optional-libpq logic ran. Force an explicit \`return 0\` on every path.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8137118 commit 21c97fb
1 file changed
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
| 238 | + | |
238 | 239 | | |
239 | 240 | | |
240 | 241 | | |
241 | | - | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
242 | 246 | | |
243 | 247 | | |
244 | | - | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
245 | 252 | | |
| 253 | + | |
246 | 254 | | |
247 | 255 | | |
248 | 256 | | |
| |||
0 commit comments