Skip to content

Commit fbda5e5

Browse files
committed
fixup! mingw: Compile the Git wrapper
1 parent 6ee1c9b commit fbda5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.mak.uname

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ else
579579
git-wrapper$(X): compat/win32/git-wrapper.o git.res
580580
$(QUIET_LINK)$(CC) -Wall -s -o $@ $^ -lshell32 -lshlwapi
581581

582-
compat/win32/git-wrapper.o: %.o: %.c
582+
compat/win32/git-wrapper.o: %.o: %.c GIT-PREFIX
583583
$(QUIET_CC)$(CC) -o $*.o -c -Wall -Wwrite-strings $<
584584

585585
endif

0 commit comments

Comments
 (0)