Skip to content

Commit 9082c10

Browse files
authored
Merge pull request #10333 from dennisameling/freetype-arm64
freetype: enable for clangarm64
2 parents b084949 + ec3c483 commit 9082c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mingw-w64-freetype/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pkgver=2.11.1
1313
pkgrel=1
1414
pkgdesc="TrueType font rendering library (mingw-w64)"
1515
arch=('any')
16-
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
16+
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
1717
url="https://www.freetype.org/"
1818
license=(GPL2+ custom:FreeType)
1919
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"

0 commit comments

Comments
 (0)