From 74416609766cb73d6f28d7b2ea4b1efb4e4a6c75 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 11 Feb 2023 12:58:31 +0100 Subject: [PATCH] opencl-clhpp: try enabling clangarm64 --- mingw-w64-opencl-clhpp/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-opencl-clhpp/PKGBUILD b/mingw-w64-opencl-clhpp/PKGBUILD index 2e38427a1a..9d5ee53441 100644 --- a/mingw-w64-opencl-clhpp/PKGBUILD +++ b/mingw-w64-opencl-clhpp/PKGBUILD @@ -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")