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:
@@ -10,7 +10,7 @@ pkgdesc="A Python library that parses CSS3 Selectors and translates them to XPat
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
|
||||
license=('BSD')
|
||||
url="https://pypi.python.org/pypi/cssselect"
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
|
||||
Reference in New Issue
Block a user