From abfa06eafdf26d9e8ba48c06b73c30b88d2ff84c Mon Sep 17 00:00:00 2001 From: Hernan Martinez Date: Thu, 17 Apr 2025 23:50:08 -0600 Subject: [PATCH] liblo: Enable aarch64 builds (#24016) --- mingw-w64-liblo/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-liblo/PKGBUILD b/mingw-w64-liblo/PKGBUILD index da30821d7b..cb8e1893cf 100644 --- a/mingw-w64-liblo/PKGBUILD +++ b/mingw-w64-liblo/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.32 pkgrel=1 pkgdesc="An implementation of the Open Sound Control protocol" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://liblo.sourceforge.net/" license=('spdx:LGPL-2.1-or-later') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")