diff options
author | Martchus | 2024-05-19 15:36:44 +0200 |
---|---|---|
committer | Martchus | 2024-05-19 15:36:44 +0200 |
commit | c38dbc89c945836a4abbd9fc930602c67f044b50 (patch) | |
tree | bb30a23fb9dbc61c37bd4136ab3a1daa455ca0a2 | |
parent | 69218d0f8155050b448cfba6ce246568e0f92b03 (diff) | |
download | aur-c38dbc89c945836a4abbd9fc930602c67f044b50.tar.gz |
Disable i686 builds (see added comment for reasoning)
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ _pkgfqn="qtconnectivity-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") sha256sums=('07afd6aac19ff73c8ba1471057f43d4ef2737d6a8a772393ec907988dd71244c') -_architectures='i686-w64-mingw32 x86_64-w64-mingw32' +_architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32} build() { for _arch in ${_architectures}; do |