python3.9: enable for clangarm64

Need a pending package in queue to test, and this is a good candidate.
This commit is contained in:
Jeremy Drake
2021-07-04 15:50:18 -07:00
parent b1b220a96e
commit 48ecfe767e

View File

@@ -32,7 +32,7 @@ pkgver=${_pybasever}.6
pkgrel=3
pkgdesc="A high-level scripting language (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
license=('PSF')
url="https://www.python.org/"
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"