Skip to content

Commit

Permalink
Merge pull request #574 from git-for-windows/fix-clangarm64-makgepkg-…
Browse files Browse the repository at this point in the history
…git-sdk-artifact

makepkg-git: support Windows/ARM64 better
  • Loading branch information
dscho authored Sep 7, 2024
2 parents 6041407 + dfc4ee5 commit a6f5e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion please.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3392,7 +3392,7 @@ create_sdk_artifact () { # [--out=<directory>] [--git-sdk=<directory>] [--archit
if test makepkg-git = $mode && test ! -x "$output_path/usr/bin/git"
then
printf '#!/bin/sh\n\nexec %s/bin/git.exe "$@"\n' \
"/mingw$bitness" >"$output_path/usr/bin/git"
"$PREFIX" >"$output_path/usr/bin/git"
fi &&
if test makepkg-git = $mode && ! grep -q http://docbook.sourceforge.net/release/xsl-ns/current "$output_path/etc/xml/catalog"
then
Expand Down

0 comments on commit a6f5e16

Please sign in to comment.