From de7ed2929bebee534edca685a709aeffaa294069 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 17 Jun 2022 17:14:45 +0200 Subject: [PATCH] blender: stop trying to build for clang64 it's large and undermaintained (in MSYS2) as it is, so limit to gcc. --- mingw-w64-blender/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-blender/PKGBUILD b/mingw-w64-blender/PKGBUILD index f2f63afd5d..c156e848e7 100644 --- a/mingw-w64-blender/PKGBUILD +++ b/mingw-w64-blender/PKGBUILD @@ -15,7 +15,7 @@ pkgver=2.92.0 pkgrel=5 pkgdesc="A fully integrated 3D graphics creation suite (mingw-w64)" arch=('any') -mingw_arch=('mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw64' 'ucrt64') license=('GPL') # buid conflict with "${MINGW_PACKAGE_PREFIX}-glog" url="https://www.blender.org"