boost: 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:30:03 -07:00
committed by GitHub
parent 97d86b3b86
commit dca982d33d

View File

@@ -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"