zig: add clang to makedepends
zig also links against clang, which was automatically included as a dependency of llvm10 (which it shouldn't be) masking the fact that it's needed in makedepends.
This commit is contained in:
parent
b7fba222d0
commit
e6d9ea1f25
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version=0.6.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64*"
|
archs="x86_64*"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
makedepends="llvm10 lld-devel"
|
makedepends="clang llvm10 lld-devel"
|
||||||
short_desc="Programming language designed for robustness, optimality, and clarity"
|
short_desc="Programming language designed for robustness, optimality, and clarity"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Reference in a new issue