icu: add clang64

This is something that I've already gotten building, but was not needed for bootstrapping.
This commit is contained in:
jeremyd2019
2021-04-23 12:29:12 -07:00
committed by GitHub
parent 2ee0c32557
commit 97d86b3b86

View File

@@ -8,7 +8,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}" "${MINGW_PACKAGE_PREFIX}-${_real
pkgver=68.2
pkgrel=3
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
pkgdesc="International Components for Unicode library (mingw-w64)"
url="http://site.icu-project.org/home/"
license=('custom:icu')