make: re-enable clang32 temporarily to fix integration tests

This commit is contained in:
Christoph Reiter 2024-09-25 19:58:28 +02:00
parent 3fc3b98d31
commit a80821a9b2

View File

@ -12,10 +12,10 @@ _prog_name=mingw32-make
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=4.4.1
pkgrel=2
pkgrel=3
pkgdesc="GNU make utility to maintain groups of programs (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
url="https://www.gnu.org/software/make"
msys2_references=(
"cpe: cpe:/a:gnu:make"