ccache: restore mingw32

This commit is contained in:
مهدي شينون (Mehdi Chinoune)
2024-01-02 21:00:56 +01:00
parent 365a0e0963
commit 094f5bf07e

View File

@@ -8,7 +8,7 @@ pkgver=4.9
pkgrel=1
pkgdesc="Compiler cache that speeds up recompilation by caching previous compilations (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('mingw64' 'mingw32' 'ucrt64' 'clang64' 'clangarm64')
url="https://ccache.dev/"
msys2_repository_url="https://github.com/ccache/ccache"
license=("spdx:GPL-3.0-or-later")