pywin32: remove clangarm64
It doesn't build there, apparently it sets up some preprocessor definitions for AMD64. https://github.com/msys2/MINGW-packages/pull/9750#discussion_r725698079
This commit is contained in:
@@ -10,7 +10,7 @@ url='https://sourceforge.net/projects/pywin32'
|
||||
pkgdesc='Python for Windows Extensions (mingw-w64)'
|
||||
license=('PSF')
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang32' 'clang64' 'clangarm64')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang32' 'clang64')
|
||||
pkgver=301
|
||||
pkgrel=3
|
||||
makedepends=(
|
||||
|
||||
Reference in New Issue
Block a user