opencl-clhpp: try enabling clangarm64

This commit is contained in:
Christoph Reiter
2023-02-11 12:58:31 +01:00
committed by GitHub
parent 9b638971ac
commit 7441660976

View File

@@ -7,7 +7,7 @@ pkgver=2023.02.06
pkgrel=1
pkgdesc='OpenCL C++ header files (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://github.com/KhronosGroup/OpenCL-CLHPP'
license=('spdx:Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-opencl-headers")