From 82bfa25d277814c82e41a34179840773666eb60c Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Thu, 27 Oct 2022 00:49:06 +0000 Subject: [PATCH] community/zenith: fix build needs libclang, but clang itself only depends on clang-libs (c++ libs) --- community/zenith/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/zenith/APKBUILD b/community/zenith/APKBUILD index 52c04e6562f4..65e40cdf0c22 100644 --- a/community/zenith/APKBUILD +++ b/community/zenith/APKBUILD @@ -11,7 +11,7 @@ arch="all !riscv64 !s390x" license="MIT" makedepends=" cargo - clang + clang-dev linux-headers llvm-dev " -- GitLab