Skip to content

Commit 3984764

Browse files
committed
Merge branch 'js/mingw-res-rebuild'
Windows build update. * js/mingw-res-rebuild: Windows: force-recompile git.res for differing architectures
2 parents ab96f28 + adb59de commit 3984764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,7 @@ $(SCRIPT_LIB) : % : %.sh GIT-SCRIPT-DEFINES
21112111
$(QUIET_GEN)$(cmd_munge_script) && \
21122112
mv $@+ $@
21132113

2114-
git.res: git.rc GIT-VERSION-FILE
2114+
git.res: git.rc GIT-VERSION-FILE GIT-PREFIX
21152115
$(QUIET_RC)$(RC) \
21162116
$(join -DMAJOR= -DMINOR= -DMICRO= -DPATCHLEVEL=, $(wordlist 1, 4, \
21172117
$(shell echo $(GIT_VERSION) 0 0 0 0 | tr '.a-zA-Z-' ' '))) \

0 commit comments

Comments
 (0)