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