Merge pull request #12514 from hmartinez82/vtk_aarch64

vtk: Enable aarch64 builds
This commit is contained in:
Christoph Reiter
2022-08-09 22:34:40 +02:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ pkgver=8.2.0
pkgrel=14
pkgdesc="A software system for 3D computer graphics, image processing and visualization (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://www.vtk.org/"
license=("BSD")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"