qtwebkit: enable clang32

It builds there in CI
This commit is contained in:
jeremyd2019
2021-08-19 11:07:44 -07:00
committed by GitHub
parent 4ed4a23bbc
commit d3bb10fc83

View File

@@ -8,7 +8,7 @@ pkgver=${_pkgver//-/}
pkgrel=10
pkgdesc="Webkit module for Qt5 (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
url="https://github.com/annulen/webkit/wiki"
options=(!strip)
license=(GPL3 LGPL3 FDL custom)