jolt-physics: Enable aarch64 builds

This commit is contained in:
Hernan Martinez
2025-04-17 20:57:51 -06:00
committed by Christoph Reiter
parent 545db531f0
commit 9f5bcfc18f

View File

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