You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: use config.mak for macOS Homebrew paths instead of make args
Shell quoting with make command-line variables is fragile — spaces in
CPPFLAGS/LDFLAGS caused make to interpret paths as options. Git's
Makefile auto-includes config.mak, so writing the paths there avoids
all quoting issues. Uses += to append to existing flags.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments