enable clangarm64 for more python packages

This commit is contained in:
Miloš Komarčević
2022-11-28 12:24:36 +01:00
parent 9b9c9b7ac3
commit 15dae01fe9
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ pkgver=1.6.3
pkgrel=1
pkgdesc="An implementation of the Debug Adapter Protocol for Python (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://github.com/microsoft/debugpy'
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python")