Skip to content

Commit 82d60a0

Browse files
committed
Fix build git installers in v2.53.0 rc1 (#852)
This includes the fixes I had to make to get https://github.com/microsoft/git/releases/tag/v2.53.0-rc0.vfs.0.0 to build, plus a fix for an overlooked stale `GIT-VERSION-GEN`,
2 parents 918b9d6 + 8e9ac3d commit 82d60a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/credential/osxkeychain/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ prefix ?= /usr/local
4141
gitexecdir ?= $(prefix)/libexec/git-core
4242

4343
CC ?= gcc
44-
CFLAGS ?= -g -O2 -Wall -I../../.. $(BASIC_CFLAGS)
45-
LDFLAGS ?= $(BASIC_LDFLAGS) $(EXTLIBS)
44+
override CFLAGS += -g -O2 -Wall -I../../.. $(BASIC_CFLAGS)
45+
override LDFLAGS += $(BASIC_LDFLAGS) $(EXTLIBS)
4646
INSTALL ?= install
4747
RM ?= rm -f
4848

0 commit comments

Comments
 (0)