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 CPPFLAGS instead of CFLAGS for macOS include paths
Git's Makefile sets CFLAGS = -g -O2 -Wall which overrides the env
var. CPPFLAGS is preserved via ALL_CFLAGS = $(CPPFLAGS) $(CFLAGS),
so keg-only Homebrew include paths (gettext, openssl, etc.) are
actually picked up by the compiler.
0 commit comments