Skip to content

Commit

Permalink
Merge pull request #62 from dennisameling/fix-mingw-prefix-path
Browse files Browse the repository at this point in the history
mingw-w64-git: fix git.install script on arm64
  • Loading branch information
dscho authored Dec 19, 2022
2 parents 2148bb6 + 648d103 commit 5951a9b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mingw-w64-git/git.install
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
mingw_prefix_path () {
case "$(uname -m)" in
x86_64) echo /mingw64;;
i686) echo /mingw32;;
esac
test -n "$MINGW_PREFIX" || die "No MINGW_PREFIX set"
echo $MINGW_PREFIX
}

bin_path () {
Expand Down

0 comments on commit 5951a9b

Please sign in to comment.