We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1a74f commit e9640feCopy full SHA for e9640fe
config.mak.uname
@@ -743,9 +743,9 @@ vcxproj:
743
echo '</Project>') >git/LinkOrCopyBuiltins.targets
744
git add -f git/LinkOrCopyBuiltins.targets
745
746
- # Add common-cmds.h
747
- $(MAKE) MSVC=1 SKIP_VCPKG=1 prefix=/mingw64 common-cmds.h
748
- git add -f common-cmds.h
+ # Add command-list.h
+ $(MAKE) MSVC=1 SKIP_VCPKG=1 prefix=/mingw64 command-list.h
+ git add -f command-list.h
749
750
# Add scripts
751
rm -f perl/perl.mak
0 commit comments