testing/vlang: enable riscv64 build

This commit is contained in:
Meng Zhuo 2024-11-20 10:53:19 +00:00 committed by Kevin Daudt
parent ddd285e53d
commit 52a45da613

View File

@ -8,7 +8,7 @@ _vc_commit_sha="54beb1f416b404a06b894e6883a0e2368d80bc3e"
pkgrel=0
pkgdesc="Simple, fast, safe, compiled language for developing maintainable software."
url="https://vlang.io"
arch="x86_64 aarch64"
arch="x86_64 aarch64 riscv64"
license="MIT"
# to be able to symlink /usr/lib/vlang/thirdparty/tcc/lib/libgc.a to /usr/lib/libgc.a
depends="gc-dev"