summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-05-19 15:36:56 +0200
committerMartchus2024-05-19 15:36:56 +0200
commit56cce91a93daa632c0ab7879b238708d5daf75f4 (patch)
tree57d941ad5654501f9989da724dd5c3af6062430b
parentb63c4f87a352d9292a75b8fe319f67dc3ed70146 (diff)
downloadaur-mingw-w64-qt6-location-static.tar.gz
Disable i686 builds (see added comment for reasoning)
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 402f7ecc5aa7..340f203eb1bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ _pkgfqn="qtlocation-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
sha256sums=('bb044d66bc17db98f526ec1b52d8e94810e046310f288561380774e5903ad46a')
-_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
+_architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32}
build() {
for _arch in ${_architectures}; do