Revert "Try to build nspr/nss for clangarm64"

This reverts commit cb8dfab770.

nspr fails with:

nspr-4.34/nspr/pr/include/md/_winnt.h:42:2: error: unknown processor architecture
This commit is contained in:
Christoph Reiter
2022-07-25 21:44:40 +02:00
parent e3976d1a60
commit f89df0da71
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ pkgver=4.34
pkgrel=1
pkgdesc="Netscape Portable Runtime (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR"
license=(MPL2)
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")

View File

@@ -9,7 +9,7 @@ _nsprver=4.34
pkgrel=1
pkgdesc="Mozilla Network Security Services (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"
license=(MPL2)
depends=("${MINGW_PACKAGE_PREFIX}-nspr"