freetype: enable for clangarm64

This commit is contained in:
Dennis Ameling
2021-12-14 23:28:49 +01:00
parent 9c8d2c7100
commit ec3c483ead

View File

@@ -13,7 +13,7 @@ pkgver=2.11.1
pkgrel=1
pkgdesc="TrueType font rendering library (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://www.freetype.org/"
license=(GPL2+ custom:FreeType)
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"