goxel: Enable clang32 and clang64 build

This commit is contained in:
Konstantin Podsvirov
2021-08-16 20:57:38 +03:00
parent e4aa8e69d6
commit 013be77bfc

View File

@@ -7,7 +7,7 @@ pkgver=0.10.8
pkgrel=1
pkgdesc="3D program that lets you create voxel volumes (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang32' 'clang64')
url="https://goxel.xyz/"
license=('GPL3')
depends=("${MINGW_PACKAGE_PREFIX}-glfw"