embree: enable clangarm64 in autobuild

This commit is contained in:
driver1998
2022-12-01 12:33:51 +08:00
committed by GitHub
parent 9351d51467
commit 9fd9ef9929

View File

@@ -7,7 +7,7 @@ pkgver=3.13.5
pkgrel=3
pkgdesc="High Performance Ray Tracing Kernels Intel Corporation (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://www.embree.org/"
license=("spdx:Apache-2.0")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"