pngquant: skip sse for clangarm64
This commit is contained in:
parent
3cfa5c94f0
commit
0383a344e5
@ -4,7 +4,7 @@ _realname=pngquant
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
|
||||
pkgver=2.17.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Command-line utility to quantize PNGs down to 8-bit paletted PNGs (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
@ -31,7 +31,7 @@ build() {
|
||||
cp -r "${srcdir}/${_realname}-${pkgver}" "${srcdir}/build-${MSYSTEM}"
|
||||
cd "${srcdir}"/build-${MSYSTEM}
|
||||
msg2 "PWD $(pwd)"
|
||||
if [ "${CARCH}" = "i686" ]; then
|
||||
if [ "${CARCH}" = "i686" ] || [ "${CARCH}" = "aarch64" ]; then
|
||||
SSE="--disable-sse"
|
||||
else
|
||||
SSE="--enable-sse"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user