premake4: enable clangarm64
This commit is contained in:
parent
8efc637ccd
commit
9c4ce23152
@ -9,7 +9,7 @@ pkgver=r398.c35e80c
|
||||
pkgrel=2
|
||||
pkgdesc="Small antialiased vector graphics rendering library for OpenGL (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64')
|
||||
url="https://github.com/memononen/nanovg"
|
||||
license=('spdx:Zlib')
|
||||
makedepends=("git" "${MINGW_PACKAGE_PREFIX}-premake4" "${MINGW_PACKAGE_PREFIX}-cc")
|
||||
|
||||
@ -8,9 +8,9 @@ pkgrel=1
|
||||
pkgdesc="A build configuration tool. Describe your build using Lua and generate \
|
||||
the project files for your specific toolset (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
|
||||
url="https://premake.sourceforge.io/"
|
||||
license=('GPL')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url="https://premake.github.io"
|
||||
license=('spdx:BSD-3-Clause')
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-cc")
|
||||
source=("https://downloads.sourceforge.net/sourceforge/premake/premake-${pkgver}-src.zip")
|
||||
sha256sums=('36536490f8928d8ecde135da80cd8b751ea5bebe50cabba5c0de49cd41cb2780')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user