add clang32 to more packages.

All packages which successfully built on clang64, for which all of their
dependencies are already available for clang32.
This commit is contained in:
Jeremy Drake
2021-06-17 17:04:00 -07:00
parent 8f76e65b99
commit 37a2037ae6
511 changed files with 511 additions and 511 deletions

View File

@@ -10,7 +10,7 @@ pkgver=4.6
pkgrel=1
pkgdesc="Python C Code module for interfacing to the icsneo40 dynamic library (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
url='https://github.com/intrepidcs/python_ics/'
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python")