From 97d86b3b8685ca78702e0a515cabbff4e5db0ccf Mon Sep 17 00:00:00 2001 From: jeremyd2019 Date: Fri, 23 Apr 2021 12:29:12 -0700 Subject: [PATCH] icu: add clang64 This is something that I've already gotten building, but was not needed for bootstrapping. --- mingw-w64-icu/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-icu/PKGBUILD b/mingw-w64-icu/PKGBUILD index a3aaccd36e..cbdf774e6e 100644 --- a/mingw-w64-icu/PKGBUILD +++ b/mingw-w64-icu/PKGBUILD @@ -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')