jolt-physics: Enable aarch64 builds
This commit is contained in:
committed by
Christoph Reiter
parent
545db531f0
commit
9f5bcfc18f
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user