From 9f5bcfc18ff8e2c2e842e513786e67d20e6b2c1e Mon Sep 17 00:00:00 2001 From: Hernan Martinez Date: Thu, 17 Apr 2025 20:57:51 -0600 Subject: [PATCH] jolt-physics: Enable aarch64 builds --- mingw-w64-jolt-physics/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-jolt-physics/PKGBUILD b/mingw-w64-jolt-physics/PKGBUILD index f745a3ae88..a6ad2b42c2 100644 --- a/mingw-w64-jolt-physics/PKGBUILD +++ b/mingw-w64-jolt-physics/PKGBUILD @@ -7,7 +7,7 @@ pkgver=5.2.0 pkgrel=1 pkgdesc="A multi core friendly rigid body physics and collision detection library, written in C++, suitable for games and VR applications. (mingw-w64)" arch=('any') -mingw_arch=('mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://github.com/jrouwe/JoltPhysics" license=('spdx:MIT') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")