Skip to content

Commit 498ae57

Browse files
committed
squash! mingw: Compile the Git wrapper
Embed the manifest in the Git wrapper, too This is needed for builtins such as 'patch-id' to avoid triggering Windows' User Access Control. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent df30321 commit 498ae57

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
@@ -564,7 +564,7 @@ else
564564
NO_CURL = YesPlease
565565
endif
566566

567-
git-wrapper$(X): compat/win32/git-wrapper.o
567+
git-wrapper$(X): compat/win32/git-wrapper.o git.res
568568
$(QUIET_LINK)$(CC) -Wall -s -o $@ $^ -lshell32 -lshlwapi
569569

570570
compat/win32/git-wrapper.o: %.o: %.c

0 commit comments

Comments
 (0)