liblo: Enable aarch64 builds (#24016)

This commit is contained in:
Hernan Martinez
2025-04-17 23:50:08 -06:00
committed by GitHub
parent 6234ca5e94
commit abfa06eafd

View File

@@ -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")