gtk2: enable for clangarm64

This commit is contained in:
Dennis Ameling
2021-12-28 11:14:34 +01:00
parent b296f91f4c
commit c24dcddeca

View File

@@ -8,7 +8,7 @@ pkgver=2.24.33
pkgrel=4
pkgdesc="GTK+ is a multi-platform toolkit (v2) (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://www.gtk.org/"
# According to gtk/gtk.h, this is either LGPL2+ or LGPL2.1+, if that makes any