From 24abed3324ef2e984b890ebdb2d2fe9d9e34d8da Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 21 Nov 2021 20:44:52 +0100 Subject: [PATCH] python-rtree: enable for clang32 --- mingw-w64-python-rtree/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-python-rtree/PKGBUILD b/mingw-w64-python-rtree/PKGBUILD index f7b62e263f..d9c4a61f7c 100644 --- a/mingw-w64-python-rtree/PKGBUILD +++ b/mingw-w64-python-rtree/PKGBUILD @@ -5,6 +5,7 @@ pkgver=0.9.7 pkgrel=1 pkgdesc="Rtree: spatial index for Python GIS (mingw-w64)" arch=('any') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://github.com/Toblerity/rtree' license=('LGPL') depends=("${MINGW_PACKAGE_PREFIX}-python"