Skip to content

Commit

Permalink
mingw-w64-git-cv2pdb: add ARM64 support
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Ameling <[email protected]>
  • Loading branch information
dennisameling committed Sep 19, 2022
1 parent e7c8277 commit dfa2dbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mingw-w64-cv2pdb/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=cv2pdb
pkgbase="mingw-w64-${_realname}"
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.50
pkgver=0.51.8.g9286b93
pkgrel=1
pkgdesc="Converter of DWARF debug information to PDB files (mingw-w64)"
arch=('any')
Expand All @@ -24,6 +24,7 @@ die () {
case "$CARCH" in
i686) WARCH=Win32; OUTDIR=bin/Release;;
x86_64) WARCH=x64; OUTDIR=bin/Release_x64;;
aarch64) WARCH=ARM64; OUTDIR=bin/Release_ARM64;;
*) die "Unsupported architecture: $CARCH"
esac

Expand Down

0 comments on commit dfa2dbe

Please sign in to comment.