From c24dcddeca2a9e860529c25c8f7d04fb542e5d6a Mon Sep 17 00:00:00 2001 From: Dennis Ameling Date: Tue, 28 Dec 2021 11:14:34 +0100 Subject: [PATCH] gtk2: enable for clangarm64 --- mingw-w64-gtk2/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-gtk2/PKGBUILD b/mingw-w64-gtk2/PKGBUILD index 237b40242f..76f859bbd9 100644 --- a/mingw-w64-gtk2/PKGBUILD +++ b/mingw-w64-gtk2/PKGBUILD @@ -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