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