libcdr: Enable aarch64 builds

This commit is contained in:
Hernan Martinez
2022-08-10 22:53:57 -06:00
parent b566fa591c
commit 38a331c8fa

View File

@@ -7,7 +7,7 @@ pkgver=0.1.7
pkgrel=3
pkgdesc="libcdr is a library and a set of tools for reading and converting binary files produced by Corel DRAW (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
license=('MPL2')
url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr"
options=('staticlibs' 'strip')