blender: stop trying to build for clang64

it's large and undermaintained (in MSYS2) as it is, so limit to gcc.
This commit is contained in:
Christoph Reiter
2022-06-17 17:14:45 +02:00
parent d494517fd7
commit de7ed2929b

View File

@@ -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"