Switch llvm dependenency to llvm-libs

This commit is contained in:
2025-08-24 17:38:57 +03:00
parent 733cff743a
commit 483bfeafdd
+3 -3
View File
@@ -1,10 +1,10 @@
name: lld name: lld
description: Linker from the LLVM project description: Linker from the LLVM project
version: 20.1.7 version: 20.1.7
revision: 2 revision: 3
url: https://lld.llvm.org/ url: https://lld.llvm.org/
license: Apache-2.0 WITH LLVM-exception license: Apache-2.0 WITH LLVM-exception
architecture: any architecture: any
depends: ["gcc-libs", "llvm", "zlib", "zstd"] depends: ["gcc-libs", "llvm-libs", "zlib", "zstd"]
make_depends: ["cmake", "ninja"] make_depends: ["cmake", "ninja", "llvm"]
type: source type: source