From dca982d33dd280883ec96e69fde780302d8d821a Mon Sep 17 00:00:00 2001 From: jeremyd2019 Date: Fri, 23 Apr 2021 12:30:03 -0700 Subject: [PATCH] boost: add clang64 This is something that I've already gotten building, but was not needed for bootstrapping. --- mingw-w64-boost/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-boost/PKGBUILD b/mingw-w64-boost/PKGBUILD index 496de30600..c77851df4d 100644 --- a/mingw-w64-boost/PKGBUILD +++ b/mingw-w64-boost/PKGBUILD @@ -8,7 +8,7 @@ _boostver=${pkgver//./_} pkgrel=4 pkgdesc="Free peer-reviewed portable C++ source libraries (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') url="https://www.boost.org/" license=('custom') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"