From 013be77bfc9e16a63b2fbbd3efd2b5753cb3331d Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Mon, 16 Aug 2021 20:57:38 +0300 Subject: [PATCH] goxel: Enable clang32 and clang64 build --- mingw-w64-goxel/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-goxel/PKGBUILD b/mingw-w64-goxel/PKGBUILD index 7d5729167b..a9711d6ee3 100644 --- a/mingw-w64-goxel/PKGBUILD +++ b/mingw-w64-goxel/PKGBUILD @@ -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"