Enable clangarm64 for bootstrap packages
This commit is contained in:
@@ -10,7 +10,7 @@ pkgver=3.1.1
|
||||
pkgrel=1
|
||||
pkgdesc='An OrderedSet is a mutable data structure that is a hybrid of a list and a set(mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url='https://github.com/LuminosoInsight/ordered-set'
|
||||
license=('MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
|
||||
Reference in New Issue
Block a user