Enable clangarm64 for bootstrap packages
This commit is contained in:
@@ -20,7 +20,7 @@ pkgdesc="A package designed to expose cryptographic recipes and primitives to Py
|
||||
url='https://pypi.org/project/cryptography/'
|
||||
license=('Apache')
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-cffi"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-idna")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
Reference in New Issue
Block a user