gtkwave: Enable clangarm64 build

This commit is contained in:
Stephen Just
2023-01-01 00:44:29 -08:00
committed by GitHub
parent d6e6c6dc34
commit 7ad750109e

View File

@@ -14,7 +14,7 @@ pkgver=3.3.111
pkgrel=1
pkgdesc='GtkWave, a fully featured GTK+ based wave viewer which reads VCD, GHW, LXT, LXT2, VZT and FST files (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://gtkwave.sourceforge.io/'
license=('GPL')
groups=("${MINGW_PACKAGE_PREFIX}-eda")